Skip to content

Commit c32efee

Browse files
committed
Update pre-commit config, flake8 no longer on gitlab
1 parent 0a03b0b commit c32efee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.3.0
7+
rev: 24.4.2
88
hooks:
99
- id: black
1010

11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 4.0.1
11+
- repo: https://github.com/pycqa/flake8
12+
rev: 7.1.0
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)