Skip to content

Commit b84efb4

Browse files
committed
Update pre-commit repositories
1 parent c7eacfa commit b84efb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.7.9
15+
rev: 3.8.2
1616
hooks:
1717
- id: flake8
1818
additional_dependencies:
@@ -21,7 +21,7 @@ repos:
2121
- 'flake8-debugger==3.1.0'
2222
- 'flake8-mypy==17.8.0'
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v2.5.0
24+
rev: v3.1.0
2525
hooks:
2626
- id: check-ast
2727
- id: check-docstring-first
@@ -37,12 +37,12 @@ repos:
3737
- id: check-json
3838
- id: requirements-txt-fixer
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v1.16.0
40+
rev: v1.17.1
4141
hooks:
4242
- id: codespell
4343
exclude_types: [json]
4444
- repo: https://github.com/marco-c/taskcluster_yml_validator
45-
rev: v0.0.5
45+
rev: v0.0.7
4646
hooks:
4747
- id: taskcluster_yml
4848
- repo: https://github.com/asottile/yesqa

0 commit comments

Comments
 (0)