Skip to content

Commit

Permalink
Merge pull request #56 from best-practice-and-impact/flake8_switch_git_
Browse files Browse the repository at this point in the history
Change flake8 from gitlab mirror to github main repository
  • Loading branch information
Jacobb164 authored Sep 27, 2022
2 parents 94500de + ceddfa5 commit 6ca0459
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 6ca0459

Please sign in to comment.