6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ROOT=$(git rev-parse --show-toplevel)
|
|
cd $ROOT
|
|
python scripts/lint.py --ruff
|