Skip to content

Commit 7d2f539

Browse files
author
Drew Yang
committed
fix: 🐛 add missing flake8 test
1 parent 6490bf0 commit 7d2f539

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ repos:
3636
- repo: https://github.com/PyCQA/flake8
3737
rev: 7.1.2
3838
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
3948
- id: flake8
4049
args:
4150
- --ignore=E203,E722,W503

0 commit comments

Comments
 (0)