mirror of https://github.com/astral-sh/ruff
Encode ruff repo name
This commit is contained in:
parent
ebfcf3edda
commit
58d98619d6
|
|
@ -1,5 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/arichtman/ruff
|
||||
rev: ft-pre-commit-hook
|
||||
hooks:
|
||||
- id: lint
|
||||
- repo: https://github.com/charliermarsh/ruff
|
||||
rev: v0.0.23
|
||||
hooks:
|
||||
- id: lint
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- id: lint
|
||||
name: ruff lint
|
||||
description: runs a ruff lint against all Python files
|
||||
entry: ruff
|
||||
language: python
|
||||
types_or: [python]
|
||||
pass_filenames: true
|
||||
- id: lint
|
||||
name: ruff lint
|
||||
description: Run ruff to lint Python files.
|
||||
entry: ruff
|
||||
language: python
|
||||
types_or: [python]
|
||||
pass_filenames: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue