Skip to content

Commit

Permalink
May have figured out flake8 issue out. Seems like it moved from gitla…
Browse files Browse the repository at this point in the history
…b to github so need to update the pre-commit file.
  • Loading branch information
Alan Kaptanoglu authored and Alan Kaptanoglu committed Nov 30, 2022
1 parent c0a5c65 commit afc2f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
Expand Down

0 comments on commit afc2f93

Please sign in to comment.