Skip to content

Commit 6c47590

Browse files
authored
Merge pull request #627 from ansible/pre-commit-ci-update-config
2 parents 3006101 + ad35e3f commit 6c47590

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
@@ -34,7 +34,7 @@ repos:
3434
- id: rst-backticks
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks.git
37-
rev: v4.5.0
37+
rev: v4.6.0
3838
hooks:
3939
# Side-effects:
4040
- id: trailing-whitespace
@@ -84,7 +84,7 @@ repos:
8484
- --strict
8585

8686
- repo: https://github.com/PyCQA/flake8.git
87-
rev: 7.0.0
87+
rev: 7.1.0
8888
hooks:
8989
- id: flake8
9090
alias: flake8-no-wps
@@ -103,7 +103,7 @@ repos:
103103
- file
104104

105105
- repo: https://github.com/PyCQA/flake8.git
106-
rev: 7.0.0
106+
rev: 7.1.0
107107
hooks:
108108
- id: flake8
109109
alias: flake8-only-wps
@@ -125,7 +125,7 @@ repos:
125125
- file
126126

127127
- repo: https://github.com/MarcoGorelli/cython-lint.git
128-
rev: v0.16.0
128+
rev: v0.16.2
129129
hooks:
130130
- id: cython-lint
131131
# NOTE: This linter does not have a config file so it's set up below.

0 commit comments

Comments
 (0)