diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a84bc8..08d3db0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ - --aggressive - --aggressive - --max-line-length=131 + - --ignore=E126,E128,E731 - id: check-added-large-files - id: check-ast - id: check-case-conflict diff --git a/tools/autojump_ipython.py b/tools/autojump_ipython.py index 4f960be..a8b41bc 100644 --- a/tools/autojump_ipython.py +++ b/tools/autojump_ipython.py @@ -33,5 +33,6 @@ def j(path): if newpath: ip.magic('cd %s' % newpath.decode('utf-8')) + # remove from namespace del j