Skip to content

Commit b76190e

Browse files
committed
Add verbose flag to pre-commit formatter
1 parent f835137 commit b76190e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
- id: ruff-check
1919
# Run the formatter.
2020
- id: ruff-format
21+
args: [--verbose]
2122
- repo: https://github.com/pycqa/isort
2223
rev: 6.0.1
2324
hooks:

0 commit comments

Comments
 (0)