flake8-executable

Shebang checker plugin

Ensures correct executable permissions and shebangs in Python files

A Flake8 plugin for checking executable permissions and shebangs.

GitHub

18 stars
2 watching
2 forks
Language: Python
last commit: 11 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
decafjoe/flake8-ownership Ensures Python source files specify author, copyright, and license information 5
s-weigand/flake8-nb A tool to check Python code quality in Jupyter notebooks. 28
ebeweber/flake8-mutable An extension for flake8 to flag functions with mutable default arguments. 44
mflova/flake8-numba A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. 0
afonasev/flake8-return Tool to check return values in Python functions 62
jparise/flake8-author Checks Python modules for author attributes and enforces configuration rules around their usage. 3
orsinium-labs/flake8-pylint An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. 8
and-semakin/flake8-pytestrail Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. 10
xzise/flake8-future-import Checks Python code for compatibility with future imports. 18
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
arkq/flake8-requirements A flake8 plugin that checks package import requirements and reports missing or unused dependencies. 37
peterjc/flake8-black A flake8 plugin that runs black to validate Python code style and enforce coding standards. 165
pycqa/flake8-docstrings Tools to improve Python documentation quality and consistency 155