Add Ruff configuration
This commit is contained in:
parent
7c8e72fd68
commit
ecd8bddd4e
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
black==23.3.0
|
||||
ruff==0.0.270
|
||||
|
|
Reference in a new issue