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:
|
repos:
|
||||||
- repo: https://github.com/arichtman/ruff
|
- repo: https://github.com/charliermarsh/ruff
|
||||||
rev: ft-pre-commit-hook
|
rev: v0.0.23
|
||||||
hooks:
|
hooks:
|
||||||
- id: lint
|
- id: lint
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
- id: lint
|
- id: lint
|
||||||
name: ruff lint
|
name: ruff lint
|
||||||
description: runs a ruff lint against all Python files
|
description: Run ruff to lint Python files.
|
||||||
entry: ruff
|
entry: ruff
|
||||||
language: python
|
language: python
|
||||||
types_or: [python]
|
types_or: [python]
|
||||||
pass_filenames: true
|
pass_filenames: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue