We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff_defaults.toml
1 parent 8635a2e commit 8f48591Copy full SHA for 8f48591
ruff_defaults.toml
@@ -1,4 +1,7 @@
1
# Partly based on https://github.com/pypa/hatch/blob/master/ruff_defaults.toml
2
+# Edit this file in the qpy-dev repository and sync it to other repositories using `poe config:ruff`.
3
+# Common Ruff configurations are included here; project-specific configurations should be placed in `pyproject.toml`
4
+# under `[tool.ruff]`.
5
6
target-version = "py311"
7
line-length = 120
0 commit comments