Skip to content

Commit b7db038

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent f99b0f4 commit b7db038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: prettier
99
- repo: https://github.com/PyCQA/flake8
10-
rev: 7.1.1
10+
rev: 7.2.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/asottile/pyupgrade
@@ -17,12 +17,12 @@ repos:
1717
args:
1818
- --py36-plus
1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.13.2
20+
rev: 6.0.1
2121
hooks:
2222
- id: isort
2323
name: isort (python)
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)