diff options
author | Andrew Godwin | 2022-11-20 11:46:57 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-20 11:47:56 -0700 |
commit | 9a2be5885b58d852458063a266e40f459e55f6fe (patch) | |
tree | cd93aa8baccfb31e62dd8efb5add75d35d040a45 | |
parent | 77754d5964df1a5bc520f3ab0a54b36b221d5939 (diff) | |
download | takahe-9a2be5885b58d852458063a266e40f459e55f6fe.tar.gz takahe-9a2be5885b58d852458063a266e40f459e55f6fe.tar.bz2 takahe-9a2be5885b58d852458063a266e40f459e55f6fe.zip |
Fix flake8 path
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27d6551..98148fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: isort args: ["--profile=black"] - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 |