-
Updated
Sep 20, 2020
#
flake8
Here are 220 public repositories matching this topic...
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
python
documentation
styleguide
style-guide
python3
python-style
readability
flake8
code-style
codestyle
pep8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
stylelint
python
styleguide
static-code-analysis
style-guide
linter
static-analysis
python3
flake8
pep8
linter-flake8
complexity-analysis
-
Updated
Jan 7, 2021 - Python
A GitHub
app to automatically review Python code style over Pull Requests
python
bot
review
styleguide
static-code-analysis
github-webhooks
linter
static-analysis
python-style
flake8
pycodestyle
code-style
code-quality
pep8
github-app
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 26, 2021
McCabe complexity checker for Python
python
linter-plugin
complexity
flake8
mccabe
linter-flake8
complexity-analysis
flake8-plugin
flake8-extensions
-
Updated
Nov 23, 2020 - Python
Python best practices project cookiecutter 🍪
python
best-practices
pre-commit
cookiecutter
pytest
flake8
black
mypy
cookiecutter-template
isort
pipenv
python-best-practices
-
Updated
Oct 6, 2020 - Python
Naming Convention checker for Python
-
Updated
Feb 14, 2021 - Python
-
Updated
Feb 27, 2021 - Python
refactoring
python
debugging
formatter
awesome
linter
sphinx
conda
mkdocs
pytest
pip
developer-tools
flake8
awesome-list
pylint
linters
best-of
style-checkers
python-devtools
best-of-list
-
Updated
Mar 7, 2021 - Python
Flake8 plugin that checks import order against various Python Style Guides
-
Updated
Feb 14, 2021 - Python
Flake8 wrapper to make it nice, legacy-friendly, configurable.
-
Updated
Jan 11, 2021 - Python
girip11
commented
Oct 11, 2020
Given the number of tools officially supported(tested) by nbqa is increasing with every release, should we create a separate section in the documentation to document usage of each tool supported by nbqa with some elaborate examples and recommended setting against each tool.
Suggestions are welcome!
Flake8 plugin to find commented out or dead code
linter
linter-plugin
flake8
comments
code-quality
flake8-plugin
wemake-services
wemake-python-styleguide
-
Updated
Mar 10, 2021 - Python
Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).
-
Updated
Mar 7, 2021 - HTML
Design by contract for Python with static checker and tests' generation.
python
validation
interface
functional-programming
linter
decorators
property-based-testing
flake8
post
pythonic
contracts-programming
contracts
invariant
dbc
design-by-contract
pre
deal
-
Updated
Feb 10, 2021 - Python
Enforce the same configuration across multiple projects
-
Updated
Mar 10, 2021 - Python
Git pre-receive hook to check commits and code style
python
git
pre-receive-hooks
rubocop
eslint
jscs
git-hook
standard
jshint
flake8
shellcheck
syntax-checker
phpcs
pep8
golint
csslint
htmlhint
puppet-lint
pyflakes
pre-receive
-
Updated
Jan 21, 2021 - Python
A tool for measuring Python class cohesion.
lint
python
quality
module
code
wikipedia
measure
oop
class
linter-plugin
flake8
cohesion
python-versions
flake8-plugin
-
Updated
Aug 5, 2019 - Python
A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020 - Python
Jupyterlab python linter for notebooks and text files using flake8
-
Updated
Feb 4, 2021 - TypeScript
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 10, 2021 - Python
Automated security testing using bandit and flake8.
security
static-code-analysis
flake8
vulnerability-detection
security-automation
security-tools
bandit
-
Updated
Dec 29, 2020 - Python
Flake8 Type Annotation Checking
python
python3
flake8
python36
type-annotations
python37
flake8-plugin
python38
python39
function-annotations
python310
-
Updated
Mar 5, 2021 - 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 code currently does not produce any violations:
But, it should. We should check if there are two methods with
get_andset_with the same name and raise a violation.Related #1054
Rel