File: check_precommit.sh

package info (click to toggle)
python-bayesian-optimization 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,816 kB
  • sloc: python: 2,820; makefile: 26; sh: 9
file content (5 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env sh
set -ex

poetry run pre-commit install
poetry run pre-commit run --all-files --show-diff-on-failure