Skip to content

Commit

Permalink
print check
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Nov 7, 2024
1 parent d52088c commit 65ff9f9
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 @@ -102,7 +102,7 @@ line-length = 120
exclude = ["docs"]

[tool.ruff.lint]
extend-select = ["I"]
extend-select = ["I", "T201"]
ignore = [
"E731", # do not assign a `lambda` expression, use a `def`
]
Expand Down

0 comments on commit 65ff9f9

Please sign in to comment.