mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 11:49:32 +01:00
chore: add oxlint pre-commit hook
- Add oxc-project/mirrors-oxlint hook - Enable verbose output for better debugging - Complements existing ruff checks for JavaScript linting
This commit is contained in:
@@ -77,6 +77,12 @@ repos:
|
||||
# Run the formatter.
|
||||
- id: ruff-format
|
||||
|
||||
- repo: https://github.com/oxc-project/mirrors-oxlint
|
||||
rev: v1.25.0 # change to the latest version
|
||||
hooks:
|
||||
- id: oxlint
|
||||
verbose: true
|
||||
|
||||
# # Django-specific hooks
|
||||
# - repo: local
|
||||
# hooks:
|
||||
|
||||
Reference in New Issue
Block a user