An extension for flake8 to report on wrong class attributes order and class level logic.
This is a flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code.
A plugin for flake8 to ban the usage of unsafe naive datetime class.
الميزات الرئيسية لـ pjknkda/flake8-datetimez هي: Code Style.
تشمل البدائل مفتوحة المصدر لـ pjknkda/flake8-datetimez: afonasev/flake8-return — Flake8 plugin that checks return values. best-doctor/flake8-class-attributes-order — An extension for flake8 to report on wrong class attributes order and class level logic. cyyc1/flake8-clean-block — This is a flake8 plugin that enforces a blank line after if/for/while/with/try blocks in Python code. cyyc1/flake8-indent-in-def — This is a flake8 plugin enforces 8-space indentation in function/class definitions in Python code. expobrain/flake8-datetime-utcnow-plugin — Plugin for flake8 to warn the developer of the usage of datetime.utcnow(). adamchainz/flake8-comprehensions — flake8-comprehensions.