Skip to content

Commit

Permalink
Flake8 migrated to GitHub (#46)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
itrich authored Jan 31, 2023
1 parent 4205ffc commit 50e0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand Down

0 comments on commit 50e0c70

Please sign in to comment.