Skip to content

Commit a4c1b21

Browse files
committed
Smaller diff now that pixi understands TOML better
1 parent 52bdafc commit a4c1b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@ select = [
120120
"PYI", # flake8-pyi
121121
"Q", # flake8-quotes
122122
]
123-
per-file-ignores = {"rustworkx/__init__.py" = ["F405", "F403"], "*.pyi" = ["F403", "F405", "PYI001", "PYI002"]}
124123
target-version = "py310"
125124
extend-exclude = ["doc"]
126125

126+
[tool.ruff.lint.per-file-ignores]
127+
"rustworkx/__init__.py" = ["F405", "F403"]
128+
"*.pyi" = ["F403", "F405", "PYI001", "PYI002"]
127129

128130
[tool.typos.default]
129131
extend-ignore-words-re = [

0 commit comments

Comments
 (0)