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.
2 parents e4e7304 + c2c7bad commit 62a44f6Copy full SHA for 62a44f6
1 file changed
.ruff.toml
@@ -5,8 +5,6 @@ src = ["src"]
5
include = ["src/**.py", "tests/**.py"]
6
exclude = [
7
"src/dishka/_adaptix/**",
8
- "tests/unit/container/type_alias_type_provider.py",
9
- "tests/unit/container/pep695_new_syntax.py",
10
]
11
12
lint.select = [
@@ -49,6 +47,10 @@ lint.ignore = [
49
47
"PLW1641",
50
48
51
+[per-file-target-version]
+"tests/unit/container/type_alias_type_provider.py" = "py312"
52
+"tests/unit/container/pep695_new_syntax.py" = "py312"
53
+
54
[lint.isort]
55
no-lines-before = ["local-folder"]
56
0 commit comments