Move mypy.ini and ruff.toml to top level

This allows reusing them for integration-test-wrapper.py as well.
This commit is contained in:
Daan De Meyer
2024-11-23 12:58:47 +01:00
parent 6d2fd490cf
commit a2aacbfad5
2 changed files with 0 additions and 0 deletions

6
ruff.toml Normal file
View File

@@ -0,0 +1,6 @@
target-version = "py39"
line-length = 109
lint.select = ["E", "F", "I", "UP"]
[format]
quote-style = "single"