Skip to content

Commit 8bfb88c

Browse files
author
Diptorup Deb
committed
Fix flake8 pre-commit hook.
1 parent 9358bef commit 8bfb88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232
name: isort (cython)
3333
types: [cython]
34-
- repo: https://gitlab.com/pycqa/flake8
34+
- repo: https://github.com/pycqa/flake8
3535
rev: 3.9.2
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)