Skip to content

Commit d9c3f6e

Browse files
committedMay 17, 2023
Update pre-commit
1 parent 3e9b429 commit d9c3f6e

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
@@ -16,12 +16,12 @@ repos:
1616
hooks:
1717
- id: black
1818
language_version: python3
19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.8.4
19+
- repo: https://github.com/pycqa/flake8
20+
rev: 6.0.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.6.4
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/humitos/mirrors-autoflake.git

0 commit comments

Comments
 (0)
Please sign in to comment.