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 d06c52d commit b84e4d7Copy full SHA for b84e4d7
.pre-commit-config.yaml
@@ -19,4 +19,4 @@ repos:
19
rev: v1.13.0
20
hooks:
21
- id: explicit-imports
22
- args: [--print, --checklist, "exclude_all_qualified_accesses_are_public"]
+ entry: '/usr/bin/env/julia --project=. -e "using ExplicitImports: main; exit(main(ARGS))" --print --checklist exclude_all_qualified_accesses_are_public'
0 commit comments