Skip to content

Commit

Permalink
Added the T201 ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Apr 14, 2024
1 parent d3f38a7 commit cf09e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -79,6 +79,7 @@ extend-select = [
"ISC", # flake8-implicit-str-concat
"PGH", # pygrep-hooks
"RUF100", # unused noqa (yesqa)
"T201", # print
"UP", # pyupgrade
]

Expand Down

0 comments on commit cf09e40

Please sign in to comment.