mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-19 03:28:04 -04:00
Makefile improvements + pre-commit hook (#340)
* Makefile improvements + pre-commit hook * update make target in CI * fix CI more * .gitignore update * couple more Makefile refinements * make target-version explicit on ruff import sorting
This commit is contained in:
parent
f64db214d4
commit
65b0b5f50b
4 changed files with 71 additions and 10 deletions
11
dev/pre-commit
Normal file
11
dev/pre-commit
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# pre-commit.sh
|
||||
# -------------
|
||||
# An optional script which runs checks on code before commits.
|
||||
|
||||
make check
|
||||
make check-format
|
Loading…
Add table
Add a link
Reference in a new issue