Skip to content

Commit 41542c4

Browse files
committed
Update pre-commit plugins
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 4493a96 commit 41542c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v2.5.0
7+
rev: v4.2.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: check-merge-conflict
@@ -14,11 +14,11 @@ repos:
1414
- id: trailing-whitespace
1515
exclude: (.*\.mbox)|(.*\.svg)
1616
- repo: https://gitlab.com/pycqa/flake8
17-
rev: 3.7.9
17+
rev: 3.9.2
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/Lucas-C/pre-commit-hooks
21-
rev: v1.1.7
21+
rev: v1.1.13
2222
hooks:
2323
- id: remove-tabs
2424
exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)

0 commit comments

Comments
 (0)