Thanks to visit codestin.com Credit goes to github.com
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 2c62f36 commit b72da20Copy full SHA for b72da20
3 files changed
IPython/utils/localinterfaces.py
codecov.yml
@@ -19,6 +19,5 @@ ignore:
19
- IPython/consoleapp.py
20
- IPython/lib/kernel.py
21
- IPython/utils/jsonutil.py
22
- - IPython/utils/localinterfaces.py
23
- IPython/utils/log.py
24
- IPython/utils/signatures.py
pyproject.toml
@@ -330,7 +330,6 @@ addopts = [
330
"--ignore=IPython/consoleapp.py",
331
"--ignore=IPython/lib/kernel.py",
332
"--ignore=IPython/utils/jsonutil.py",
333
- "--ignore=IPython/utils/localinterfaces.py",
334
"--ignore=IPython/utils/log.py",
335
"--ignore=IPython/utils/signatures.py",
336
"--ignore=IPython/utils/version.py"
0 commit comments