Add Ruff configuration

This commit is contained in:
Mylloon 2023-05-28 18:48:08 +02:00
parent 7c8e72fd68
commit ecd8bddd4e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
[tool.black]
target-version = ['py311']
# https://beta.ruff.rs/docs/settings/
[tool.ruff]
target-version = "py311"

View file

@ -1 +1,2 @@
black==23.3.0
ruff==0.0.270