Skip to content

Commit c13a06e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v2.3.0 → v2.4.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.3.0...v2.4.0) - [github.com/PyCQA/isort.git: 5.10.1 → 5.11.4](https://github.com/PyCQA/isort.git/compare/5.10.1...5.11.4) - [github.com/python-jsonschema/check-jsonschema.git: 0.18.3 → 0.19.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.18.3...0.19.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v4.4.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) - [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.3 → v2.15.9](https://github.com/PyCQA/pylint.git/compare/v2.15.3...v2.15.9)
1 parent a260c7e commit c13a06e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ci:
44

55
repos:
66
- repo: https://github.com/asottile/add-trailing-comma.git
7-
rev: v2.3.0
7+
rev: v2.4.0
88
hooks:
99
- id: add-trailing-comma
1010

1111
- repo: https://github.com/PyCQA/isort.git
12-
rev: 5.10.1
12+
rev: 5.11.4
1313
hooks:
1414
- id: isort
1515
args:
@@ -21,7 +21,7 @@ repos:
2121
- id: remove-tabs
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema.git
24-
rev: 0.18.3
24+
rev: 0.19.2
2525
hooks:
2626
- id: check-github-actions
2727
- id: check-github-workflows
@@ -36,7 +36,7 @@ repos:
3636
- id: check-readthedocs
3737

3838
- repo: https://github.com/pre-commit/pre-commit-hooks.git
39-
rev: v4.3.0
39+
rev: v4.4.0
4040
hooks:
4141
# Side-effects:
4242
- id: end-of-file-fixer
@@ -61,7 +61,7 @@ repos:
6161
language_version: python3
6262

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

@@ -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
@@ -127,7 +127,7 @@ repos:
127127
language_version: python3
128128

129129
- repo: https://github.com/PyCQA/pylint.git
130-
rev: v2.15.3
130+
rev: v2.15.9
131131
hooks:
132132
- id: pylint
133133
args:

0 commit comments

Comments
 (0)