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 113596f commit 7916abbCopy full SHA for 7916abb
.pre-commit-config.yaml
@@ -19,4 +19,4 @@ repos:
19
rev: v1.13.0
20
hooks:
21
- id: explicit-imports
22
- entry: 'julia --project=. -e "using ExplicitImports: main; exit(main(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