diff options
| author | 2024-05-16 20:28:24 +0100 | |
|---|---|---|
| committer | 2024-05-16 20:28:24 +0100 | |
| commit | 6e959e3df2f4b2ca22034267bde2325b94c3ef75 (patch) | |
| tree | 7670540741a89c5798c37478056f9ee78464109b /pyproject.toml | |
| parent | Update pinnwand conenction string to point at lovelace (diff) | |
| parent | Bump ruff from 0.4.2 to 0.4.4 (diff) | |
Merge branch 'dependabot/pip/ruff-0.4.4'
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ecea5cb..8cd33f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">3.11,<4.0" pre-commit = "3.7.1" -ruff = "0.4.2" +ruff = "0.4.4" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] @@ -32,6 +32,7 @@ extend-exclude = [".cache"] line-length = 120 unsafe-fixes = true preview = true +output-format = "concise" [tool.ruff.lint] select = ["ALL"] |