#Pep8
Showing 8 of 8 repositories tagged #pep8, ranked by stars
astral-sh
ruff
An extremely fast Python linter and code formatter, written in Rust.
Score
100
★ 48.5k
⑂ 2.2k
+7/day
Rust
pylint-dev
pylint
It's not just a linter that annoys you!
Score
86
★ 5.7k
⑂ 1.3k
+4/day
Python
PyCQA
pycodestyle
Simple Python style checker in one Python file
Score
43
★ 5.2k
⑂ 752
—
Python
hhatto
autopep8
A tool that automatically formats Python code to conform to the PEP 8 style guide.
Score
71
★ 4.7k
⑂ 284
—
Python
PyCQA
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.
Score
57
★ 3.8k
⑂ 348
+2/day
Python
amontalenti
elements-of-python-style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
Score
29
★ 3.5k
⑂ 262
+2/day
tedyli
PEP8-Style-Guide-for-Python-Code
Python 代码风格指南 & 编程规范
Score
14
★ 100
⑂ 27
+1/day
peter-evans
autopep8
A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.
Score
0
★ 92
⑂ 12
—
Python