Mirror: 0.0.13
This commit is contained in:
parent
d6a5d784b9
commit
e59111e0ee
@ -1,7 +1,10 @@
|
|||||||
- id: lint
|
- id: ruff
|
||||||
name: ruff lint
|
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_or: [python]
|
'types': [python]
|
||||||
pass_filenames: true
|
args: ["--fix"]
|
||||||
|
require_serial: false
|
||||||
|
additional_dependencies: []
|
||||||
|
minimum_pre_commit_version: '0'
|
||||||
|
Loading…
Reference in New Issue
Block a user