Skip to content

Commit d761b8d

Browse files
author
Diptorup Deb
authored
Merge pull request #821 from IntelPython/fix/pre-commit-workflow
Fix flake8 pre-commit hook.
2 parents 9358bef + 8bfb88c commit d761b8d

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)