Skip to content

Commit a8d92e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v2.4.0 → v3.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.0.0) - [github.com/python-jsonschema/check-jsonschema.git: 0.22.0 → 0.23.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.22.0...0.23.2) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/adrienverge/yamllint.git: v1.30.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.32.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)
1 parent f5622bd commit a8d92e9

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
@@ -5,7 +5,7 @@ ci:
55

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

@@ -22,7 +22,7 @@ repos:
2222
- id: remove-tabs
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema.git
25-
rev: 0.22.0
25+
rev: 0.23.2
2626
hooks:
2727
- id: check-github-actions
2828
- id: check-github-workflows
@@ -62,12 +62,12 @@ repos:
6262
language_version: python3
6363

6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.4
65+
rev: v2.2.5
6666
hooks:
6767
- id: codespell
6868

6969
- repo: https://github.com/adrienverge/yamllint.git
70-
rev: v1.30.0
70+
rev: v1.32.0
7171
hooks:
7272
- id: yamllint
7373
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

0 commit comments

Comments
 (0)