Skip to content

Commit ef00189

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0) - [github.com/google/yapf: v0.31.0 → v0.40.2](google/yapf@v0.31.0...v0.40.2) - [github.com/PyCQA/isort: 5.10.1 → 5.13.0](PyCQA/isort@5.10.1...5.13.0)
1 parent 86af29f commit ef00189

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.1.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -25,8 +25,8 @@ repos:
2525
entry: TODO
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
28-
- repo: https://gitlab.com/pycqa/flake8
29-
rev: 3.9.2
28+
- repo: https://github.com/PyCQA/flake8
29+
rev: 6.1.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.31.0
41+
rev: v0.40.2
4242
hooks:
4343
- id: yapf
4444
args: [-i]
4545
- repo: https://github.com/PyCQA/isort
46-
rev: 5.10.1
46+
rev: 5.13.0
4747
hooks:
4848
- id: isort

0 commit comments

Comments
 (0)