Skip to content

Commit

Permalink
Update git repo for flake8 (#43)
Browse files Browse the repository at this point in the history
It's moved from GitLab to GitHub
  • Loading branch information
yunzheng committed Nov 17, 2022
1 parent de301be commit b74d937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black
args: [--check, --diff]
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
Expand All @@ -14,4 +14,4 @@ repos:
rev: v2.2.2
hooks:
- id: codespell
args: [--ignore-words=docs/codespell-ignore-words.txt]
args: [--ignore-words=docs/codespell-ignore-words.txt]

0 comments on commit b74d937

Please sign in to comment.