Use ruff in ruff workflow

This commit is contained in:
Joakim Hellsén 2024-12-22 05:17:45 +01:00
commit 6258277d60
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
2 changed files with 7 additions and 4 deletions

View file

@ -57,7 +57,7 @@ lint.isort.required-imports = ["from __future__ import annotations"]
# Default is 88 characters
line-length = 120
pycodestyle.ignore-overlong-task-comments = true
lint.pycodestyle.ignore-overlong-task-comments = true
[tool.ruff.format]
# https://docs.astral.sh/ruff/formatter/