Skip to content

Commit f51d297

Browse files
committed
enable some pylint rules
1 parent a6982d7 commit f51d297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extend_skip_glob = ["**/migrations/*"]
2525
[tool.ruff]
2626
target-version = "py310"
2727
line-length = 120
28-
select = ["F", "E", "B", "W", "N", "UP", "YTT", "FIX", "ASYNC", "A", "DJ", "EXE", "ICN", "G", "SLOT", "TID", "TCH", "INT", "C4", "ISC", "INP", "PIE", "RSE", "RET", "COM","PGH","FLY", "PERF"] # PYI,Q,SIM,PTH,PL,TRY,RUF
28+
select = ["F", "E", "B", "W", "N", "UP", "YTT", "FIX", "ASYNC", "A", "DJ", "EXE", "ICN", "G", "SLOT", "TID", "TCH", "INT", "C4", "ISC", "INP", "PIE", "RSE", "RET", "COM","PGH","FLY", "PERF", "PLE"] # PYI,Q,SIM,PTH,PL,TRY,RUF
2929
ignore = [
3030
"E501", # line-too-long: black does code formatting for us
3131
"FIX004", # hacks should be possible

0 commit comments

Comments
 (0)