Skip to content

Commit 9c0890f

Browse files
committed
Update .ruff.toml
1 parent 41f3108 commit 9c0890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output-format = "concise"
44
[lint]
55
preview = true
66
extend-select = ["I", "D", "DOC", "B", "A", "COM", "C4", "DTZ", "EM", "EXE", "FA", "INT", "ISC", "ICN", "PIE", "PYI", "Q", "RET", "SLF", "SIM", "SLOT", "TID", "TC", "ARG", "PTH", "FLY", "NPY", "PD", "N", "PERF", "E", "W", "F", "PLC", "PLE", "UP", "FURB", "RUF", "TRY"]
7-
extend-ignore = ["COM812", "D203", "D213", "D413", "E266", "PLC1901", "RET504", "SIM102", "SIM108"]
7+
extend-ignore = ["COM812", "D203", "D213", "D400", "D413", "DOC501", "E266", "EM101", "PLC1901", "RET504", "SIM102", "SIM108", "TRY002", "TRY003", "TRY300"]
88

99
[lint.pycodestyle]
1010
max-line-length = 100

0 commit comments

Comments
 (0)