We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381c104 commit 72ba608Copy full SHA for 72ba608
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ ci:
14
- deptry
15
- pylint
16
- ruff-check
17
- - ruff-format-check
+ - ruff-format-diff
18
- ruff-check-fix
19
- ruff-format-fix
20
- doc8
@@ -108,9 +108,9 @@ repos:
108
language: system
109
types_or: [python]
110
111
- - id: ruff-format-check
112
- name: Ruff format check
113
- entry: ruff format --check
+ - id: ruff-format-diff
+ name: Ruff format diff
+ entry: ruff format --diff
114
115
116
0 commit comments