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 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pgjones/flake8-sql A Flake8 plugin for enforcing SQL coding standards. 26
takishima/flake8-secure-coding-standard Enforces secure coding standards in Python 5
martinthoma/flake8-simplify A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives 186
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
queensferryme/flake8-too-many A flake8 plugin that prevents excessive bad code in Python 4
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
stummjr/flake8-scrapy An integration of Flake8 and Scrapy to catch common coding issues in Spider projects 19
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 70
flake8-docs/flake8-rst Tool to run flake8 checks on code snippets in docstrings or RST files. 22
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
sbdchd/flake8-pie An extension to flake8 that enforces best practices in Python development 61
snok/flake8-type-checking Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. 113