We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff format
1 parent 7f9f2a1 commit fd5da4aCopy full SHA for fd5da4a
2 files changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
4
hooks:
5
- id: ruff-format
6
name: ruff-format
7
- entry: ruff format --preview
+ entry: ruff format
8
language: system
9
types_or: [python, markdown]
10
require_serial: true
docs/app/pyproject.toml
@@ -90,6 +90,9 @@ lint.ignore = [
90
lint.pydocstyle.convention = "google"
91
lint.allowed-confusables = ['’']
92
93
+[tool.ruff.format]
94
+preview = true
95
+
96
[tool.codespell]
97
skip = "data/*"
98
0 commit comments