pep8 topic

List pep8 repositories

pep8-naming

494
Stars
184
Forks
Watchers

Naming Convention checker for Python

pep8.org

504
Stars
211
Forks
Watchers

PEP 8, for Humans.

pep8-git-hook

152
Stars
53
Forks
Watchers

Git pre-commit hook that checks for Python PEP8 style compliance.

vim-pydjango

109
Stars
27
Forks
Watchers

Ultimate VIM for Python & Django development. Get the most productivity with autocomplete, linter, pep8 checker and many features to support your Django development

ruff

27.6k
Stars
879
Forks
Watchers

An extremely fast Python linter and code formatter, written in Rust.

pycharm-inspection-suppression-list

15
Stars
3
Forks
Watchers

List of text strings for suppressing inspections in PyCharm

python_best_practices

32
Stars
3
Forks
Watchers

How to make your code shine with isort, Black, Flake8, and Pylint. Guidelines and best practice suggestions on how to write Python code.

python-multithreading-examples

45
Stars
26
Forks
Watchers

Python Scripts on Multithreading. This repo shows us various usage of Python's threading module with different sets of requirements.