summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-20 11:46:57 -0700
committerAndrew Godwin2022-11-20 11:47:56 -0700
commit9a2be5885b58d852458063a266e40f459e55f6fe (patch)
treecd93aa8baccfb31e62dd8efb5add75d35d040a45 /.pre-commit-config.yaml
parent77754d5964df1a5bc520f3ab0a54b36b221d5939 (diff)
downloadtakahe-9a2be5885b58d852458063a266e40f459e55f6fe.tar.gz
takahe-9a2be5885b58d852458063a266e40f459e55f6fe.tar.bz2
takahe-9a2be5885b58d852458063a266e40f459e55f6fe.zip
Fix flake8 path
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
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