Skip to content

Commit 6cbdb54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks.git: v1.3.1 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.3.1...v1.5.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.19.2 → 0.22.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.19.2...0.22.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/adrienverge/yamllint.git: v1.28.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.30.0) - [github.com/PyCQA/flake8.git: 4.0.1 → 6.0.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.0.0) - [github.com/PyCQA/pylint.git: v2.15.9 → v3.0.0a6](https://github.com/PyCQA/pylint.git/compare/v2.15.9...v3.0.0a6)
1 parent 82695c5 commit 6cbdb54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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)$
@@ -98,7 +98,7 @@ repos:
9898

9999
- repo: https://github.com/PyCQA/flake8.git
100100
# NOTE: This is kept at v4 for until WPS starts supporting flake v5.
101-
rev: 4.0.1 # enforce-version: 4.0.1
101+
rev: 6.0.0 # enforce-version: 4.0.1
102102
hooks:
103103
- id: flake8
104104
alias: flake8-only-wps
@@ -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)