Skip to content

Commit ace4f66

Browse files
author
Pierre-Louis Barbarant
committed
Refactor pre-commit configuration to improve comments and organization
1 parent 6a805d9 commit ace4f66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515
- id: check-toml
1616

17-
# Checks for .rst files
17+
# Checks for .rst files
1818
- repo: https://github.com/pre-commit/pygrep-hooks
1919
rev: v1.10.0
2020
hooks:
@@ -28,6 +28,7 @@ repos:
2828
- id: pretty-format-toml
2929
args: [--autofix, --indent, '4']
3030

31+
# Lint and format with Ruff
3132
- repo: https://github.com/astral-sh/ruff-pre-commit
3233
rev: v0.8.0
3334
hooks:

0 commit comments

Comments
 (0)