##// END OF EJS Templates
Adding more pre-commit arguments (#14203)...
Adding more pre-commit arguments (#14203) This will add `isort`, `mypy`, `flake8` as pre-commit arguments in `.pre-commit-config.yaml`. See: #14192

File last commit:

r27747:f5d4e0ac
r28458:9391f62a merge
Show More
log.py
5 lines | 123 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
from traitlets.log import *