Skip to content

Commit 3844351

Browse files
adamantiketomasfarias
authored andcommitted
chore: Update flake8 pre-commit URL to point to GitHub repository
`flake8` has been [migrated to GitHub](https://twitter.com/codewithanthony/status/1378746934928699396), and the GitLab repository has been deleted. For existing contributors, `pre-commit` still works because a virtualenv with the current configured `flake8` version is cached. However, cleaning up the cache and trying to run `pre-commit run` is enough to reproduce the issue.
1 parent cff054c commit 3844351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repos:
1212
name: Python code formatting
1313
types_or: [python, pyi]
1414

15-
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 4.0.1
15+
- repo: https://github.com/pycqa/flake8
16+
rev: 5.0.4
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-docstrings]

0 commit comments

Comments
 (0)