Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Fix flake 8 link (#71)
Browse files Browse the repository at this point in the history
I'll take the freedom to merge it πŸ˜„
  • Loading branch information
axkoenig authored Nov 28, 2022
1 parent 94aebb2 commit 0e3571b
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 @@ -16,7 +16,7 @@ repos:
hooks:
- id: autopep8
additional_dependencies: ["--index-url=https://pypi.org/simple/"]
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8 # Apply flake 8 python file linter
Expand Down

0 comments on commit 0e3571b

Please sign in to comment.