use doublequotes everywhere
This commit is contained in:
parent
6e457ab2a2
commit
2d4e918d8d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
|
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
|
||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ['py311']
|
target-version = ["py311"]
|
||||||
|
|
||||||
# https://beta.ruff.rs/docs/settings/
|
# https://beta.ruff.rs/docs/settings/
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|
Reference in a new issue