Skip to content

Commit 9a3f9ad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v3.0.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.0.0...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4) - [github.com/python-jsonschema/check-jsonschema.git: 0.23.2 → 0.27.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.23.2...0.27.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/PyCQA/flake8.git: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...6.1.0) - [github.com/PyCQA/flake8.git: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...6.1.0) - [github.com/PyCQA/pylint.git: v3.0.0a6 → v3.0.0](https://github.com/PyCQA/pylint.git/compare/v3.0.0a6...v3.0.0)
1 parent a712d98 commit 9a3f9ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.0.0
8+
rev: v3.1.0
99
hooks:
1010
- id: add-trailing-comma
1111

@@ -17,12 +17,12 @@ repos:
1717
- --honor-noqa
1818

1919
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
20-
rev: v1.5.1
20+
rev: v1.5.4
2121
hooks:
2222
- id: remove-tabs
2323

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

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

@@ -78,7 +78,7 @@ repos:
7878
- --strict
7979

8080
- repo: https://github.com/PyCQA/flake8.git
81-
rev: 6.0.0
81+
rev: 6.1.0
8282
hooks:
8383
- id: flake8
8484
alias: flake8-no-wps
@@ -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.1.0 # enforce-version: 4.0.1
102102
hooks:
103103
- id: flake8
104104
alias: flake8-only-wps
@@ -130,7 +130,7 @@ repos:
130130
- wemake-python-styleguide ~= 0.17.0
131131

132132
- repo: https://github.com/PyCQA/pylint.git
133-
rev: v3.0.0a6
133+
rev: v3.0.0
134134
hooks:
135135
- id: pylint
136136
args:

0 commit comments

Comments
 (0)