diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aef05a4..78074bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: