Sebastian Weigand

Results 125 comments of Sebastian Weigand

@jefersonla The support for ES module in jest is atm only available in the beta releases, I made an updated tests fix PR #36 to support them. I checked out...

Rebased the PR to fix the conflict ^^

Looks like this is an issue with flake8>=5.0.0 which [was released 2 days ago](https://github.com/PyCQA/flake8/tags). Since flake8-nb uses flake8 internals which aren't part of the public API the upper version of...

@all-contributors please add @1kastner for bug

I guess with the unpinned versions pip first installed `flake8==5.0.1` and after that checked which version of `flake8-nb` would be compatible with it, which at that point was none. With...

## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ``` pip install pre-commit ```Shell Collecting pre-commit Downloading pre_commit-2.20.0-py2.py3-none-any.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.5/199.5 kB 5.9 MB/s eta 0:00:00 Collecting pyyaml>=5.1 Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl...

Thanks for reporting this bug! For the time being, you can use the [cell tag](https://flake8-nb.readthedocs.io/en/latest/usage.html#cell-tags) `flake8-noqa-cell`. But I agree that cells with cell magic, which isn't `ExecutionMagics` line `%%timeit` or...

@all-contributors please add @Dobatymo for bug

I'm not too sure about this feature 🤔 While I see the usefulness, I also see the problems in having a CLI linting tool manipulate a notebook (at least for...