Pass --fix to ruff in pre-commit to enable autofixes (#1270)

This commit is contained in:
Hood Chatham
2023-03-09 10:13:42 +01:00
committed by GitHub
parent 8e231313b8
commit 716b57ebd3

View File

@@ -24,6 +24,7 @@ repos:
rev: v0.0.254
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/psf/black
rev: 23.1.0