Skip to content

Commit 59a5963

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.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 59a5963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 24.4.2
8+
rev: 24.10.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)