Skip to content

Commit 3f0e282

Browse files
authored
Adds wemake-python-styleguide
1 parent 3819651 commit 3f0e282

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Feel free to contribute! Happy to receive PRs.
2222
* Ciocheck - Wraps the following tools:
2323
[https://github.com/ContinuumIO/ciocheck](https://github.com/ContinuumIO/ciocheck)
2424
* autopep8, flake8, isort, pep8, pydocstyle, pylint, pytest-cov, yapf
25+
* wemake-python-styleguide - Wraps the following tools:
26+
[https://github.com/wemake-services/wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide)
27+
* flake8, flake8-bugbear, eradicate, isort, mccabe, jones-complexity, and many other flake8 plugins
2528

2629
* General:
2730
* **flake8** - Wrapper around pyflakes, pycodestyle and mccabe. Considered a single tool here because it's **a must for every Python project to use those tools combined**. Also, it augments pyflakes and mccabe with [error codes](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes). [https://github.com/PyCQA/flake8](https://github.com/PyCQA/flake8)

0 commit comments

Comments
 (0)