use doublequotes everywhere

This commit is contained in:
Mylloon 2023-05-28 19:18:22 +02:00
parent 6e457ab2a2
commit 2d4e918d8d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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