Skip to content

Commit 88f9c28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 3964ba4 commit 88f9c28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
3+
rev: 6.0.0
44
hooks:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 24.4.2
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
2828
args: ["--remove"]
2929
- id: requirements-txt-fixer
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.0.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pycqa/pydocstyle

0 commit comments

Comments
 (0)