- wemake-python-styleguide VS Flake8
- wemake-python-styleguide VS flake8-too-many
- wemake-python-styleguide VS tryceratops
- wemake-python-styleguide VS flake8-bugbear
- wemake-python-styleguide VS flake8-length
- wemake-python-styleguide VS treeage
- wemake-python-styleguide VS flake8-codes
- wemake-python-styleguide VS flake8-type-checking
- wemake-python-styleguide VS nitpick
- wemake-python-styleguide VS flakehell
Wemake-python-styleguide Alternatives
Similar projects and alternatives to wemake-python-styleguide
-
Flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
-
flake8-too-many
A flake8 plugin that prevents you from writing "too many" bad codes.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
-
flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
-
flake8-length
Flake8 plugin for a smart line length validation.
-
treeage
Expose aging code by listing contents of repository in a tree-like format with eye-catching age metric.
-
flake8-codes
CLI tool to introspect flake8 plugins and their codes
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
flake8-type-checking
Flake8 plugin for managing type-checking imports & forward references.
-
-
flake8-cached
a wrapper around flake8 to allow file level caching
-
-
flakehell
Flake8 wrapper to make it nice, legacy-friendly, configurable.
wemake-python-styleguide reviews and mentions
-
Is my new Python library good?
Anyway, create a venv, pip install https://github.com/wemake-services/wemake-python-styleguide and Black, format your code and check it with flake8.
-
flake8-cached - a wrapper around flake8 to cache file runs
I use flake8 with [wemake-python-style-guide](https://wemake-python-stylegui.de/) plugin. It takes around 2mins to run the linter for some mid-range web apps. I have created https://github.com/jnoortheen/flake8-cached to speed up this process. I use it with Pycharm's filewatcher. It is a simple wrapper and intended to be used only during development with a fs watcher.
Stats
wemake-services/wemake-python-styleguide is an open source project licensed under MIT License which is an OSI approved license.