Skip to content

Commit 3f824c7

Browse files
authored
Merge pull request #204 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e82f99a + 013c017 commit 3f824c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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)$
@@ -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)