diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index ec7b235..070d406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,8 +152,6 @@ ignore = [ "S105", "S106", "S107", # Ignore complexity "C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915", - # FIXME: temporarily ignore usage of `print()` - "T201", ] unfixable = [ # Don't touch unused imports |
