We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e849ae3 commit 437e121Copy full SHA for 437e121
1 file changed
pyproject.toml
@@ -42,6 +42,11 @@ attr = 'lazy_loader.__version__'
42
43
[tool.ruff]
44
line-length = 88
45
+exclude = [
46
+ "lazy_loader/tests/fake_pkg/__init__.pyi",
47
+]
48
+
49
+[tool.ruff.lint]
50
select = [
51
"C",
52
"E",
@@ -52,6 +57,3 @@ select = [
57
"UP",
53
58
]
54
59
ignore = ["B018", "B028"]
55
-exclude = [
56
- "lazy_loader/tests/fake_pkg/__init__.pyi",
-]
0 commit comments