Skip to content

Commit

Permalink
Less ruff please
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Dec 23, 2024
1 parent 549e69d commit 31362e3
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
Expand Up @@ -97,7 +97,7 @@ line-length = 99

[tool.ruff.lint]
select = ["ALL"]
ignore = ["BLE001","ERA","N","FIX","TD","RET50","C","PLR","EM10","TRY003","FBT","T2","D4","D3","D2","PLW1514","RUF002","RUF001","S101","A003","D107","D105","PERF","PTH","ANN","I001","RUF005","TRY300","TRY301","RUF003","INP001","PIE790"]
ignore = ["BLE001","ERA","N","FIX","TD","RET50","C","PLR","EM10","TRY003","FBT","T2","D4","D3","D2","PLW1514","RUF002","RUF001","S101","A003","D107","D105","PERF","PTH","ANN","I001","RUF005","TRY300","TRY301","RUF003","INP001","PIE790","SIM108","TRY400"]
explicit-preview-rules = true

[tool.ruff.lint.flake8-comprehensions]
Expand Down

0 comments on commit 31362e3

Please sign in to comment.