Skip to content

Commit

Permalink
Restore ruff-format hook (#52)
Browse files Browse the repository at this point in the history
Deleted by automation in
55147f8
  • Loading branch information
zanieb authored and charliermarsh committed Sep 22, 2023
1 parent e5fa9ae commit 146c621
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
- id: ruff
name: ruff
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff check --force-exclude
language: python
'types_or': [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: '2.9.2'
- id: ruff
name: ruff
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff check --force-exclude
language: python
"types_or": [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"
- id: ruff-format
name: ruff-format
description: "Run 'ruff format' for extremely fast Python formatting"
entry: ruff format --force-exclude
language: python
"types_or": [python, pyi]
args: []
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: "2.9.2"

0 comments on commit 146c621

Please sign in to comment.