Skip to content

Commit 437e121

Browse files
Update ruff config (#110)
1 parent e849ae3 commit 437e121

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ attr = 'lazy_loader.__version__'
4242

4343
[tool.ruff]
4444
line-length = 88
45+
exclude = [
46+
"lazy_loader/tests/fake_pkg/__init__.pyi",
47+
]
48+
49+
[tool.ruff.lint]
4550
select = [
4651
"C",
4752
"E",
@@ -52,6 +57,3 @@ select = [
5257
"UP",
5358
]
5459
ignore = ["B018", "B028"]
55-
exclude = [
56-
"lazy_loader/tests/fake_pkg/__init__.pyi",
57-
]

0 commit comments

Comments
 (0)