Skip to content

Commit 9f0e41f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0)
1 parent b01c95e commit 9f0e41f

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
@@ -9,17 +9,17 @@ repos:
99
- id: isort
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.4.0
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.0.0
17+
rev: 7.1.1
1818
hooks:
1919
- id: flake8
2020

2121
- repo: https://github.com/sphinx-contrib/sphinx-lint
22-
rev: v0.9.1
22+
rev: v1.0.0
2323
hooks:
2424
- id: sphinx-lint
2525
args: [--jobs=1]

0 commit comments

Comments
 (0)