Skip to content

Commit 6ddffe6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/google/yapf: v0.40.2 → v0.43.0](google/yapf@v0.40.2...v0.43.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent 33c18ef commit 6ddffe6

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
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 6.1.0
29+
rev: 7.3.0
3030
hooks:
3131
- id: flake8
3232
args: [-j8]
@@ -38,11 +38,11 @@ repos:
3838
- flake8-isort
3939
- flake8-string-format
4040
- repo: https://github.com/google/yapf
41-
rev: v0.40.2
41+
rev: v0.43.0
4242
hooks:
4343
- id: yapf
4444
args: [-i]
4545
- repo: https://github.com/PyCQA/isort
46-
rev: 5.13.2
46+
rev: 7.0.0
4747
hooks:
4848
- id: isort

0 commit comments

Comments
 (0)