-
Updated
Sep 20, 2020
flake8
Here are 300 public repositories matching this topic...
-
Updated
Apr 11, 2022 - Python
-
Updated
Apr 7, 2022
-
Updated
Feb 15, 2021 - Python
-
Updated
Mar 20, 2022 - Python
Is there a how-to guide to write my own tool? I want to do some conditional stripping/modifying (e.g. insert a Python script into a cell) for a Kaggle notebook. I've been playing around for an hour and I've sort-of-got a tool working, but I can't get nbqa to pass in anything I can read. In my code sys.argv has the original Notebook filename and if I rewrite that, nbqa throws an exception.k
-
Updated
Jan 6, 2022 - Python
-
Updated
Apr 14, 2022 - Python
-
Updated
Jan 23, 2022 - Python
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 18, 2022 - Python
Hello the following code is now getting flagged as E800 Found commented out code
This has only just started getting flagged with the upgrade from 1.0.0 -> 1.1.0
Example code:
MARKDOWN = """
# {variable_containing_header_one}
Lots of content here...
"""
-
Updated
Jan 11, 2021 - Python
-
Updated
Apr 12, 2022 - HTML
-
Updated
Mar 10, 2022 - Python
-
Updated
Aug 5, 2019 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Jun 19, 2020 - Python
-
Updated
Mar 29, 2022 - Python
-
Updated
Apr 18, 2022 - Python
Improve this page
Add a description, image, and links to the flake8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flake8 topic, visit your repo's landing page and select "manage topics."
This bug: https://bugs.python.org/issue46175
We need to require
super(cls, self)in this case.