From 8f485913a6382e04b6990a198222afe4e5db92b8 Mon Sep 17 00:00:00 2001 From: Mirko Dietrich Date: Mon, 14 Oct 2024 16:22:13 +0200 Subject: [PATCH] chore: add edit note to `ruff_defaults.toml` --- ruff_defaults.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruff_defaults.toml b/ruff_defaults.toml index 9b10dbb..e75c76e 100644 --- a/ruff_defaults.toml +++ b/ruff_defaults.toml @@ -1,4 +1,7 @@ # Partly based on https://github.com/pypa/hatch/blob/master/ruff_defaults.toml +# Edit this file in the qpy-dev repository and sync it to other repositories using `poe config:ruff`. +# Common Ruff configurations are included here; project-specific configurations should be placed in `pyproject.toml` +# under `[tool.ruff]`. target-version = "py311" line-length = 120