Skip to content

Commit 45f3b01

Browse files
pre-commit check naming
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 282bae5 commit 45f3b01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ repos:
1313
hooks:
1414
# Run the linter.
1515
- id: ruff-check
16+
name: ruff-check
1617
args: [ --fix ]
1718
# Run the formatter.
1819
- id: ruff-format
20+
name: ruff-format
1921
- repo: https://github.com/pre-commit/mirrors-mypy
2022
rev: v1.16.0
2123
hooks:

0 commit comments

Comments
 (0)