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 e56f298 commit daac032Copy full SHA for daac032
.pre-commit-config.yaml
@@ -54,6 +54,10 @@ repos:
54
- --statistics
55
- --per-file-ignores=datajoint/diagram.py:C901
56
files: datajoint # a lot of files in tests are not compliant
57
+- repo: https://github.com/rhysd/actionlint
58
+ rev: v1.7.7
59
+ hooks:
60
+ - id: actionlint
61
62
## Suggest to add pytest hook that runs unit test | Prerequisite: split unit/integration test
63
## https://github.com/datajoint/datajoint-python/issues/1211
0 commit comments