autopep8

Code formatter

Automatically formats Python code to conform to PEP 8 style guide.

A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.

GitHub

85 stars
3 watching
15 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list

autopep8formattergithub-actionpep8python

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jupyterlab-contrib/jupyterlab_code_formatter Facilitates invocation of code formatters in JupyterLab 856
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
pycqa/pep8-naming Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. 513
gforcada/flake8-pep3101 Checks Python string formatting against the latest standard 14
atugushev/flake8-printf-formatting Prevents printf-style string formatting in Python code to enforce best practices and quality standards 11
klen/pylama Automates code quality checks for Python programs 1,047
mobility-university/flake8-newspaper-style Enforces a standardized coding style in Python similar to newspaper article structure 12
akaihola/darker Reformat modified Python code to improve readability and consistency 638
andreikop/cpp2python Automates conversion of C/C++ source code to Python-like format 169
python/peps A central repository of Python language enhancements and improvements 4,459
microsoft/pylance-release Provides language support and features for Python development in Visual Studio Code 1,723
charlesthegreat77/zip2animation Automates the process of renaming and formatting PNG files for use in animations, particularly for Flipper Zero devices. 51
orsinium-labs/flake8-pylint An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. 8
luttik/auto-optional Enforces consistent use of optional type annotations in Python code 18
peterjc/flake8-black A flake8 plugin that runs black to validate Python code style and enforce coding standards. 165