Skip to content

Commit

Permalink
pre-commit - using flake8 from github
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Dec 26, 2022
1 parent d21acc7 commit 800ca2d
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 @@ -26,7 +26,7 @@ repos:
- id: check-added-large-files
- id: check-symlinks
- id: debug-statements
- 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 800ca2d

Please sign in to comment.