Skip to content

Commit

Permalink
fix(pre-commit): use github as flake8 source
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyosx committed Jul 29, 2024
1 parent 7f53a9f commit 14b0df6
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 @@ -23,7 +23,7 @@ repos:
hooks:
- id: black
language_version: python3 # 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

0 comments on commit 14b0df6

Please sign in to comment.