Skip to content

Commit e6dc788

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent a51fb7a commit e6dc788

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.17.0
12+
rev: v3.19.1
1313
hooks:
1414
- id: pyupgrade
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.1
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020

2121
- repo: https://github.com/psf/black
22-
rev: 24.8.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
name: isort (python)

0 commit comments

Comments
 (0)