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 eec5792 commit d0d426cCopy full SHA for d0d426c
pyproject.toml
@@ -97,6 +97,7 @@ ignore = [
97
"TC006", # Add quotes to type expression in typing.cast()
98
"TD002", # Missing auther in TODO
99
"TD003", # Missing issue link TODO
100
+ "TRY400", # Use `logging.exception` instead of `logging.error`
101
102
# TODO: Temporary ignores, to review
103
"ANN001", # Missing type annotation for function argument
@@ -119,7 +120,6 @@ ignore = [
119
120
"TRY003", # Avoid specifying long messages outside the exception class
121
"TRY004", # Prefer `TypeError` exception for invalid type
122
"TRY300", # Consider moving this statement to an `else` block
- "TRY400", # Use `logging.exception` instead of `logging.error`
123
]
124
125
0 commit comments