-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I'm calling checkstyle using the following configuration:
version information
pre-commit version: 4.2.0
git --version: git version 2.49.0
sys.version:
3.11.11 (main, Mar 17 2025, 21:33:08) [Clang 20.1.0 ]
sys.executable: /Users/ritdoshi/.globalvenv/bin/python3
os.name: posix
sys.platform: darwin
.pre-commit-config.yaml
- repo: https://github.com/gherynos/pre-commit-java
rev: v0.6.12
hooks:
- id: checkstyle
args: ["-c", "/google_checks.xml"]
error information
An unexpected error has occurred: CalledProcessError: command: ('docker', 'build', '--tag', 'pre-commit-9643d1245d3f55d82b97c3911f412054', '--label', 'PRE_COMMIT', '--pull', '.')
return code: 1
stdout:
Executable `docker` not found
stderr: (none)
Any suggested changes to fix this or the config file?
Metadata
Metadata
Assignees
Labels
No labels