Skip to content

Commit d459a4b

Browse files
jesserockzfrenck
andauthored
Update pre-commit files (#2789)
Co-authored-by: Franck Nijhof <[email protected]>
1 parent dd64ed7 commit d459a4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/ambv/black
5-
rev: 20.8b1
4+
- repo: https://github.com/psf/black
5+
rev: 23.1.0
66
hooks:
77
- id: black
88
args:
99
- --safe
1010
- --quiet
11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: 3.8.4
11+
- repo: https://github.com/pycqa/flake8
12+
rev: 6.0.0
1313
hooks:
1414
- id: flake8
1515
additional_dependencies:

0 commit comments

Comments
 (0)