mirror of
https://github.com/pyscript/pyscript.git
synced 2026-05-16 07:02:15 -04:00
Pass --fix to ruff in pre-commit to enable autofixes (#1270)
This commit is contained in:
@@ -24,6 +24,7 @@ repos:
|
||||
rev: v0.0.254
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.1.0
|
||||
|
||||
Reference in New Issue
Block a user