Skip to content

Commit 7eb3b70

Browse files
authored
Merge pull request #119 from pypa/pre-commit-ci-update-config
2 parents a260c7e + 91e6121 commit 7eb3b70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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

@@ -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)