Skip to content

Commit 8f48591

Browse files
committed
chore: add edit note to ruff_defaults.toml
1 parent 8635a2e commit 8f48591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruff_defaults.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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]`.
25

36
target-version = "py311"
47
line-length = 120

0 commit comments

Comments
 (0)