-
Updated
Sep 20, 2020
flake8
Here are 310 public repositories matching this topic...
-
Updated
May 30, 2022 - Python
-
Updated
May 28, 2022
-
Updated
May 21, 2022 - Python
-
Updated
May 26, 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
May 17, 2022 - Python
-
Updated
Apr 28, 2022 - Python
-
Updated
May 2, 2022 - Python
-
Updated
May 25, 2022 - Python
-
Updated
May 31, 2022 - Python
-
Updated
Jun 1, 2022 - Dockerfile
-
Updated
Apr 1, 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
May 30, 2022 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
May 19, 2022 - HTML
-
Updated
Mar 10, 2022 - Python
-
Updated
Aug 5, 2019 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Jun 19, 2020 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Mar 29, 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.