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 113596fCopy full SHA for 113596f
.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: 'julia --project=. -e "using ExplicitImports: main; exit(main(ARGS))" --print --checklist exclude_all_qualified_accesses_are_public'
0 commit comments