Skip to content

Commit b7546bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort.git: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort.git/compare/5.12.0...5.13.2) - [github.com/python-jsonschema/check-jsonschema.git: 0.27.0 → 0.27.3](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.27.0...0.27.3) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.5.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.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.0 → v3.0.3](https://github.com/PyCQA/pylint.git/compare/v3.0.0...v3.0.3)
1 parent c12cc61 commit b7546bf

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
@@ -10,7 +10,7 @@ repos:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/PyCQA/isort.git
13-
rev: 5.12.0
13+
rev: 5.13.2
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.27.0
25+
rev: 0.27.3
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.4.0
40+
rev: v4.5.0
4141
hooks:
4242
# Side-effects:
4343
- id: end-of-file-fixer
@@ -67,7 +67,7 @@ repos:
6767
- id: codespell
6868

6969
- repo: https://github.com/adrienverge/yamllint.git
70-
rev: v1.32.0
70+
rev: v1.33.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.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.0
133+
rev: v3.0.3
134134
hooks:
135135
- id: pylint
136136
args:

0 commit comments

Comments
 (0)