Skip to content

Commit 55e6db7

Browse files
authored
Merge pull request #755 from ansible/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents bf0528d + 67fcbec commit 55e6db7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/asottile/add-trailing-comma.git
8-
rev: v3.1.0
8+
rev: v3.2.0
99
hooks:
1010
- id: add-trailing-comma
1111

@@ -25,7 +25,7 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema.git
28-
rev: 0.33.0
28+
rev: 0.33.2
2929
hooks:
3030
- id: check-github-workflows
3131
files: ^\.github/workflows/[^/]+$
@@ -92,7 +92,7 @@ repos:
9292
^docs/_samples/.*\.py$
9393
9494
- repo: https://github.com/adrienverge/yamllint.git
95-
rev: v1.37.0
95+
rev: v1.37.1
9696
hooks:
9797
- id: yamllint
9898
files: \.(yaml|yml)$
@@ -101,7 +101,7 @@ repos:
101101
- --strict
102102

103103
- repo: https://github.com/PyCQA/flake8.git
104-
rev: 7.2.0
104+
rev: 7.3.0
105105
hooks:
106106
- id: flake8
107107
alias: flake8-no-wps
@@ -120,7 +120,7 @@ repos:
120120
- file
121121

122122
- repo: https://github.com/PyCQA/flake8.git
123-
rev: 7.2.0
123+
rev: 7.3.0
124124
hooks:
125125
- id: flake8
126126
alias: flake8-only-wps
@@ -142,7 +142,7 @@ repos:
142142
- file
143143

144144
- repo: https://github.com/MarcoGorelli/cython-lint.git
145-
rev: v0.16.6
145+
rev: v0.16.7
146146
hooks:
147147
- id: cython-lint
148148
# NOTE: This linter does not have a config file so it's set up below.

0 commit comments

Comments
 (0)