We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6490bf0 commit 7d2f539Copy full SHA for 7d2f539
.pre-commit-config.yaml
@@ -36,6 +36,15 @@ repos:
36
- repo: https://github.com/PyCQA/flake8
37
rev: 7.1.2
38
hooks:
39
+ # syntax tests
40
+ - id: flake8
41
+ args:
42
+ - --select=E9,F63,F7,F82
43
+ - --count
44
+ - --show-source
45
+ - --statistics
46
+ files: datajoint # a lot of files in tests are not compliant
47
+ # style tests
48
- id: flake8
49
args:
50
- --ignore=E203,E722,W503
0 commit comments