Skip to content

Commit 1b2a972

Browse files
committed
Show fixed lintting errors
1 parent 11382ef commit 1b2a972

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
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: ruff
1111
name: run linter
12-
args: [ --fix ]
12+
args: [ --fix, --show-fixes ]
1313
- id: ruff-format
1414
name: run formatter
1515
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)