upd ruff settings

This commit is contained in:
onyx-and-iris 2025-04-28 10:55:42 +01:00
parent 645837e87e
commit fd580f290f

View File

@ -5,6 +5,7 @@ exclude = [
".eggs",
".git",
".git-rewrite",
".hatch",
".hg",
".ipynb_checkpoints",
".mypy_cache",
@ -32,8 +33,8 @@ exclude = [
line-length = 88
indent-width = 4
# Assume Python 3.9
target-version = "py39"
# Assume Python 3.10
target-version = "py310"
[lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.