Skip to content

Commit 3083f8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent fe64d51 commit 3083f8d

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
@@ -19,17 +19,17 @@ repos:
1919
- id: pydocstyle
2020
args: [--convention=google, "--add-ignore=D200,D202,D210,D212,D415"]
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 7.1.1
22+
rev: 7.1.2
2323
hooks:
2424
- id: flake8
2525
args: [--max-line-length, "100", --extend-ignore=E203]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.13.2
27+
rev: 6.0.0
2828
hooks:
2929
- id: isort
3030
args: [--check, --diff, --profile, black, --line-length, "100"]
3131
- repo: https://github.com/psf/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
args: [--line-length, "100"]

0 commit comments

Comments
 (0)