Skip to content

Commit eb95622

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 3964ba4 commit eb95622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 24.4.2
8+
rev: 24.8.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -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)