Encode ruff repo name

This commit is contained in:
Charlie Marsh 2022-09-01 13:00:19 -04:00
parent ebfcf3edda
commit 58d98619d6
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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