Skip to content

Commit

Permalink
Change flake8 from gitlab mirror to github main repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobb164 committed Sep 23, 2022
1 parent 94500de commit ceddfa5
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 @@ -24,7 +24,7 @@ repos:
- id: black
name: black - consistent Python code formatting (auto-fixes)
language_version: python # Should be a command that runs python3.6+
- 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 ceddfa5

Please sign in to comment.