Skip to content

Commit 3cdaaef

Browse files
authored
Update pre-commit configuration (#274)
1 parent a0eac94 commit 3cdaaef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/seed-isort-config
3-
rev: v1.9.2
3+
rev: v1.9.3
44
hooks:
55
- id: seed-isort-config
66
- repo: https://github.com/pre-commit/mirrors-isort
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.7.8
15+
rev: 3.7.9
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.2.3
24+
rev: v2.4.0
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: check-yaml
@@ -30,12 +30,12 @@ repos:
3030
args: ['--django']
3131
- id: check-json
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v1.15.0
33+
rev: v1.16.0
3434
hooks:
3535
- id: codespell
3636
exclude_types: [json]
3737
- repo: https://github.com/marco-c/taskcluster_yml_validator
38-
rev: v0.0.2
38+
rev: v0.0.3
3939
hooks:
4040
- id: taskcluster_yml
4141
- repo: meta

0 commit comments

Comments
 (0)