From 6bc21723d97a83f72fb1dc56a9c2db7e0e0cb36e Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 26 Sep 2023 11:04:55 -0700 Subject: Get rid of magic numbers for verbosity checking --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e0af5bc..44f6d31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,8 @@ ignore = [ "S105", "S106", "S107", # Ignore complexity "C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915", + # FIXME: temporarily ignore usage of `print()` + "T201", ] unfixable = [ # Don't touch unused imports -- cgit v1.2.3