Skip to content

Commit 6ef95a6

Browse files
committed
ci: update ignore rules
1 parent 37d2e03 commit 6ef95a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ secondary = true
5353

5454
[tool.ruff]
5555
select = ["A", "B", "C4", "D", "E", "F", "G", "I", "N", "S", "T", "ISC", "ICN", "W", "INP", "PIE", "T20", "RET", "SIM", "TID", "ARG", "ERA", "RUF", "YTT", "PL"]
56-
ignore = ["D100", "D213", "PLR2004"]
56+
ignore = ["D100", "D102", "D104", "D105", "D107", "D203", "D213", "PIE790", "PLR2004"]
5757
fixable = ["A", "B", "C", "D", "E", "F"]
5858
unfixable = ["F401"]
5959
exclude = [

0 commit comments

Comments
 (0)