Skip to content

Commit 9bea920

Browse files
authored
Merge pull request #1 from AMYPAD/pre-commit-ci-update-config
2 parents 86af29f + ef00189 commit 9bea920

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)