Remove off-palette colors (#5302)

This commit is contained in:
Charlie Marsh
2023-06-22 11:52:03 -04:00
committed by GitHub
parent 03694ef649
commit 96ecfae1c5
2 changed files with 3 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ ignore = [
"D", # pydocstyle
"PL", # pylint
"S", # bandit
"CPY", # copyright
"G", # flake8-logging
"T", # flake8-print
"FBT", # flake8-boolean-trap