We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7115a18 commit 3075c40Copy full SHA for 3075c40
pyproject.toml
@@ -83,6 +83,7 @@ select = [
83
"S", # flake8-bandit
84
"SIM", # flake8-simplify
85
"SLF", # flake8-self
86
+ "T10", # flake8-debugger
87
"T20", # flake8-print
88
"TRY", # tryceratops
89
"UP", # pyupgrade
unblob/logging.py
@@ -1,5 +1,5 @@
1
import logging
2
-import pdb
+import pdb # noqa: T100
3
import sys
4
from os import getpid
5
from pathlib import Path
0 commit comments