Mirror: 0.0.13
This commit is contained in:
parent
f3c3160746
commit
77ee909400
@ -1,10 +1,10 @@
|
|||||||
- id: ruff
|
- id: lint
|
||||||
name: ruff
|
name: ruff
|
||||||
description: 'Run ruff to lint Python files.'
|
description: 'Run ruff to lint Python files.'
|
||||||
entry: ruff
|
entry: ruff
|
||||||
language: python
|
language: python
|
||||||
'types': [python]
|
'types': [python]
|
||||||
args: ["--fix"]
|
args: []
|
||||||
require_serial: false
|
require_serial: false
|
||||||
additional_dependencies: []
|
additional_dependencies: []
|
||||||
minimum_pre_commit_version: '0'
|
minimum_pre_commit_version: '0'
|
||||||
|
Loading…
Reference in New Issue
Block a user