pycodestyle-action
Style checker
Automates style checking in Python code using pycodestyle and leaves comments on pull requests with errors
A Github Action that runs pycodestyle and leaves a comment on your pull request with style errors.
8 stars
3 watching
4 forks
Language: Shell
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tin2tin/python_stylechecker_for_blender | Enables Pycodestyle to be integrated into Blender's Text Editor for Python code quality checking | 13 |
openstack/hacking | Automates style checks and code review to enforce uniform coding standards across large projects. | 240 |
wishtack/pysynthetic | A set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking. | 15 |
cue/ocstyle | A tool that checks Objective-C code style and enforces basic documentation rules to maintain consistent coding practices. | 255 |
inaka/elvis | A tool for enforcing code style consistency and quality across large codebases. | 425 |
reviewdog/action-stylelint | Automates code review with stylelint and reviewdog on GitHub pull requests | 47 |
klen/pylama | Automates code quality checks for Python programs | 1,049 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |
pycqa/autoflake | A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis | 908 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
ankitvgupta/ref-to-tag-action | An action that extracts a Docker-compatible tag name from a GitHub reference. | 5 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
rangerdigital/neko-box | Automates updating of AniList activity to create a dynamic Gist on GitHub. | 30 |