Skip to content

Commit f437f57

Browse files
authored
Merge pull request #145 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 82695c5 + ba70453 commit f437f57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- --honor-noqa
1717

1818
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
19-
rev: v1.3.1
19+
rev: v1.5.1
2020
hooks:
2121
- id: remove-tabs
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema.git
24-
rev: 0.19.2
24+
rev: 0.22.0
2525
hooks:
2626
- id: check-github-actions
2727
- id: check-github-workflows
@@ -61,12 +61,12 @@ repos:
6161
language_version: python3
6262

6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.2.2
64+
rev: v2.2.4
6565
hooks:
6666
- id: codespell
6767

6868
- repo: https://github.com/adrienverge/yamllint.git
69-
rev: v1.28.0
69+
rev: v1.30.0
7070
hooks:
7171
- id: yamllint
7272
files: \.(yaml|yml)$
@@ -131,7 +131,7 @@ repos:
131131
language_version: python3
132132

133133
- repo: https://github.com/PyCQA/pylint.git
134-
rev: v2.15.9
134+
rev: v3.0.0a6
135135
hooks:
136136
- id: pylint
137137
args:

0 commit comments

Comments
 (0)