flake8-in-file-ignores

Ignore plugin

A Flake8 plugin that allows users to specify file-level ignores directly in the code.

flake8 plugin for ignoring specific error at file level

GitHub

8 stars
2 watching
1 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list

hacktoberfest

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bagerard/flake8-test-name A Flake8 plugin to validate Python test function names against a custom convention 5
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
nhoad/flake8-unused-arguments A plugin to check for unused arguments in functions. 31
afonasev/flake8-return Tool to check return values in Python functions 62
adamchainz/flake8-logging A Flake8 plugin that checks for issues related to logging in Python code 79
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
jparise/flake8-author Checks Python modules for author attributes and enforces configuration rules around their usage. 3
queensferryme/flake8-too-many A flake8 plugin that prevents excessive bad code in Python 4
python-formate/flake8-slots Requires slots to be defined for subclasses of immutable types in Python 3
cyyc1/flake8-indent-in-def Enforces consistent 8-space indentation in Python function and class definitions to improve readability. 0
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
atugushev/flake8-printf-formatting Prevents printf-style string formatting in Python code to enforce best practices and quality standards 11
cyyc1/flake8-clean-block Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. 4