mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
address issues raised from latest mypy (#972)
This commit is contained in:
@ -47,7 +47,7 @@ def reduce_logging() -> None:
|
|||||||
"adal-python",
|
"adal-python",
|
||||||
]
|
]
|
||||||
|
|
||||||
for name in logging.Logger.manager.loggerDict: # type: ignore
|
for name in logging.Logger.manager.loggerDict:
|
||||||
logger = logging.getLogger(name)
|
logger = logging.getLogger(name)
|
||||||
for prefix in to_quiet:
|
for prefix in to_quiet:
|
||||||
if logger.name.startswith(prefix):
|
if logger.name.startswith(prefix):
|
||||||
|
@ -5,3 +5,6 @@ isort
|
|||||||
vulture
|
vulture
|
||||||
black
|
black
|
||||||
bandit
|
bandit
|
||||||
|
types-jwt
|
||||||
|
types-requests
|
||||||
|
types-Jinja2
|
||||||
|
@ -5,3 +5,5 @@ isort
|
|||||||
vulture
|
vulture
|
||||||
black
|
black
|
||||||
bandit
|
bandit
|
||||||
|
types-requests
|
||||||
|
types-six
|
||||||
|
Reference in New Issue
Block a user