Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #518 from jacobtomlinson/patch-1
Browse files Browse the repository at this point in the history
Flake8 migrated to GitHub and that broke some pre-commit checks
  • Loading branch information
jolorunyomi authored Nov 21, 2022
2 parents 5265ccb + dc47255 commit 2670c31
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 @@ -10,7 +10,7 @@ repos:
hooks:
- id: black
files: python/.*
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
Expand Down

0 comments on commit 2670c31

Please sign in to comment.