We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e67648 commit f75c703Copy full SHA for f75c703
mypy.ini
@@ -1,3 +1,3 @@
1
[mypy]
2
exclude = conan
3
-ignore_missing_imports = True
+ignore_missing_imports = True
ruff.toml
@@ -1,7 +1,7 @@
exclude = ["conan"]
indent-width = 4
line-length = 120
4
-target-version = "py313"
+target-version = "py312"
5
6
[lint]
7
ignore = [
0 commit comments