Skip to content

Commit c38bc58

Browse files
committed
Specify which ruff tool to run in pre-commit config
1 parent 0ac81aa commit c38bc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ repos:
1515
- id: ruff
1616
name: ruff
1717
description: This hook runs ruff within our project's environment.
18-
entry: poetry run ruff
18+
entry: poetry run ruff check --force-exclude
1919
language: system
2020
types: [python]

0 commit comments

Comments
 (0)