mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
⚙️ Adds pre-commit support
This commit is contained in:
4
justfile
4
justfile
@@ -21,6 +21,10 @@
|
||||
@lint:
|
||||
-uv --quiet tool run curlylint _layouts/
|
||||
-bunx awesome-lint README.md
|
||||
@lint *ARGS:
|
||||
# -uv --quiet tool run curlylint _layouts/
|
||||
# -bunx awesome-lint README.md
|
||||
uv tool run --with pre-commit-uv pre-commit run {{ ARGS }} --all-files
|
||||
|
||||
@serve:
|
||||
# modd --file=modd.conf
|
||||
|
||||
Reference in New Issue
Block a user