Skip to content

Commit f75c703

Browse files
committed
debugging
1 parent 1e67648 commit f75c703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mypy]
22
exclude = conan
3-
ignore_missing_imports = True
3+
ignore_missing_imports = True

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude = ["conan"]
22
indent-width = 4
33
line-length = 120
4-
target-version = "py313"
4+
target-version = "py312"
55

66
[lint]
77
ignore = [

0 commit comments

Comments
 (0)