Skip to content

Commit 20d40f6

Browse files
authored
Merge pull request #335 from kurtmckee/update-pre-commit-hooks
Update pre-commit hooks and `additional_dependencies`
2 parents e1dad8a + fdabf0b commit 20d40f6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.pre-commit-config.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/PyCQA/isort.git
13-
rev: 5.13.2
13+
rev: 6.0.0
1414
hooks:
1515
- id: isort
1616
args:
@@ -22,7 +22,7 @@ repos:
2222
- id: remove-tabs
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema.git
25-
rev: 0.29.2
25+
rev: 0.31.1
2626
hooks:
2727
- id: check-github-actions
2828
- id: check-github-workflows
@@ -37,7 +37,7 @@ repos:
3737
- id: check-readthedocs
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks.git
40-
rev: v4.6.0
40+
rev: v5.0.0
4141
hooks:
4242
# Side-effects:
4343
- id: end-of-file-fixer
@@ -62,7 +62,7 @@ repos:
6262
language_version: python3
6363

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

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

8080
- repo: https://github.com/PyCQA/flake8.git
81-
rev: 7.0.0
81+
rev: 7.1.1
8282
hooks:
8383
- id: flake8
8484
args:
@@ -111,13 +111,12 @@ repos:
111111
WPS453,
112112
- --max-module-members=8 # WPS202
113113
additional_dependencies:
114-
- flake8-2020 ~= 1.7.0
115-
- flake8-pytest-style ~= 1.6.0
116-
- wemake-python-styleguide ~= 0.19.0
117-
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
114+
- flake8-2020 ~= 1.8.1
115+
- flake8-pytest-style ~= 2.1.0
116+
- wemake-python-styleguide ~= 1.0.0
118117

119118
- repo: https://github.com/PyCQA/pylint.git
120-
rev: v3.3.0
119+
rev: v3.3.4
121120
hooks:
122121
- id: pylint
123122
args:

0 commit comments

Comments
 (0)