Skip to content

Commit 8b7a2b1

Browse files
[pre-commit.ci] pre-commit autoupdate (#514)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 653d670 commit 8b7a2b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.8
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -17,11 +17,11 @@ repos:
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/psf/black
20-
rev: 24.3.0
20+
rev: 24.4.2
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.2.6
24+
rev: v2.3.0
2525
hooks:
2626
- id: codespell
2727
- repo: https://github.com/PyCQA/pydocstyle
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: ["tomli"]
3232
exclude: "tests"
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.0.0
34+
rev: 7.1.0
3535
hooks:
3636
- id: flake8
3737
ci:

0 commit comments

Comments
 (0)