flake8-strict

Code linter

Plugin for static code analysis of Python code adhering to strict style rules

Flake8 plugin that checks Python code against a set of opinionated style rules

GitHub

10 stars
8 watching
8 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
takishima/flake8-secure-coding-standardEnforces secure coding standards in Python5
martinthoma/flake8-simplifyA plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives187
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
stummjr/flake8-scrapyAn integration of Flake8 and Scrapy to catch common coding issues in Spider projects19
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
flake8-docs/flake8-rstTool to run flake8 checks on code snippets in docstrings or RST files.22
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
ggupta2005/flake8-all-not-stringsA plugin for flake8 to enforce string type on elements in __all__ lists of Python modules.0
sbdchd/flake8-pieAn extension to flake8 that enforces best practices in Python development61
snok/flake8-type-checkingAnalyze and optimize type-checking imports in Python code to improve maintainability and runtime performance.115