Skip to content

Commit c79f24a

Browse files
Merge pull request #1086 from PowerGridModel/feature/improve-pre-commit-naming
Pre-commit checks: improve naming
2 parents c806ea1 + ca81a45 commit c79f24a

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)