Skip to content

Commit 50e0c70

Browse files
authored
Flake8 migrated to GitHub (#46)
See https://www.reddit.com/r/Python/comments/yvfww8/flake8_took_down_the_gitlab_repository_in_favor/ for additional information. The Pre-Commit-Hook currently fails due to the broken repository url. Signed-off-by: Eduard Itrich <eduard@itrich.net>
1 parent 4205ffc commit 50e0c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: black
2323

24-
- repo: https://gitlab.com/pycqa/flake8
24+
- repo: https://github.com/PyCQA/flake8
2525
rev: 3.9.2
2626
hooks:
2727
- id: flake8

0 commit comments

Comments
 (0)