use github instead of gitlab

to fix login error during `git commit`
This commit is contained in:
mampfes
2022-12-17 13:34:47 +01:00
parent 1cf6c6ce05
commit e781eb1a9f

View File

@@ -21,7 +21,7 @@ repos:
- --skip="./.*,*.csv,*.json"
- --quiet-level=2
exclude_types: [csv, json]
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8