Skip to content

Commit

Permalink
fix: change flake8 link from gitlab to github to resolve failing ci (#48
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dluo96 authored Nov 15, 2022
1 parent b519f68 commit f49d302
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 @@ -32,7 +32,7 @@ repos:
- id: trailing-whitespace
name: "Trailing whitespace fixer"

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

0 comments on commit f49d302

Please sign in to comment.