File: format.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 (6 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env sh
set -ex

poetry run ruff format bayes_opt tests
poetry run ruff check bayes_opt tests --fix