Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable some pylint rules
Browse files Browse the repository at this point in the history
Kakadus committed Nov 20, 2023

Verified

This commit was signed with the committer’s verified signature.
Kakadus Jonas Dittrich
1 parent a6982d7 commit f51d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ extend_skip_glob = ["**/migrations/*"]
[tool.ruff]
target-version = "py310"
line-length = 120
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
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
ignore = [
"E501", # line-too-long: black does code formatting for us
"FIX004", # hacks should be possible

0 comments on commit f51d297

Please sign in to comment.