Skip to content

Commit 1d72e39

Browse files
committed
Update pre-commit plugins
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent fc94086 commit 1d72e39

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v2.4.0
7+
rev: v4.1.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: check-merge-conflict
1111
- id: check-yaml
1212
- id: end-of-file-fixer
13-
- id: flake8
1413
- id: trailing-whitespace
14+
- repo: https://github.com/pycqa/flake8
15+
rev: 4.0.1
16+
hooks:
17+
- id: flake8
1518
- repo: https://github.com/psf/black
16-
rev: 22.1.0
19+
rev: 22.3.0
1720
hooks:
1821
- id: black

0 commit comments

Comments
 (0)