Skip to content

Commit a4c5e41

Browse files
committed
style: update ruff formatting and lint configs
1 parent 267edd1 commit a4c5e41

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,6 @@ select = ["ALL"]
172172
mypy-init-return = true
173173

174174
[tool.ruff.lint.per-file-ignores]
175-
# ANN001 - missing-type-function-argument
176-
# ANN2 - missing-return-type
177-
# D100 - undocumented-public-module
178-
# D101 - undocumented-public-class
179-
# D102 - undocumented-public-method
180-
# D103 - undocumented-public-function
181-
# S101 - assert
182-
# B011 - assert-false
183-
# INP001 - implicit-namespace-package
184-
# SLF001 - private-member-access
185-
# BLE001 - blind-except
186175
"tests/*" = [
187176
"ANN001",
188177
"ANN2",

0 commit comments

Comments
 (0)