mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 07:22:53 +08:00
5 lines
No EOL
95 B
Bash
Executable file
5 lines
No EOL
95 B
Bash
Executable file
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff check ./felicity --fix . --exclude __init__.py
|
|
ruff format ./felicity |