Skip to content

Commit c34cdcb

Browse files
committed
update flake8 url
1 parent e9f3f8b commit c34cdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
7-
- repo: "https://gitlab.com/pycqa/flake8/"
7+
- repo: "https://github.com/pycqa/flake8/"
88
rev: 3.9.2
99
hooks:
1010
- id: flake8
@@ -14,7 +14,7 @@ repos:
1414
- id: black
1515
language_version: python3
1616
- repo: "https://github.com/PyCQA/isort"
17-
rev: 5.10.1
17+
rev: 5.12.0
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)