Skip to content

Commit

Permalink
feat: always add --no-force-exclude (#20)
Browse files Browse the repository at this point in the history
Closes #19.

Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jan 20, 2023
1 parent a34d15d commit 99c84d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: ruff
name: ruff
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff
entry: 'ruff --force-exclude'
language: python
'types_or': [python, pyi]
args: []
Expand Down

0 comments on commit 99c84d0

Please sign in to comment.