-
Updated
Sep 20, 2020
flake8
Here are 298 public repositories matching this topic...
-
Updated
Feb 22, 2022 - Python
-
Updated
Dec 1, 2021
-
Updated
Feb 15, 2021 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 6, 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
Feb 19, 2022 - Python
-
Updated
Jan 23, 2022 - Python
-
Updated
Feb 12, 2022 - Python
-
Updated
Feb 21, 2022 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
Feb 21, 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
Nov 14, 2021 - HTML
-
Updated
Dec 1, 2021 - Python
-
Updated
Aug 5, 2019 - Python
-
Updated
Feb 18, 2022 - Python
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Jun 19, 2020 - Python
-
Updated
Feb 14, 2022 - Python
-
Updated
Feb 20, 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.