flake8-executable
Shebang checker plugin
Ensures correct executable permissions and shebangs in Python files
A Flake8 plugin for checking executable permissions and shebangs.
18 stars
2 watching
2 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| Ensures Python source files specify author, copyright, and license information | 5 |
| A tool to check Python code quality in Jupyter notebooks. | 28 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
| Tool to check return values in Python functions | 62 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| Checks Python code for compatibility with future imports. | 18 |
| Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
| A tool to identify encoding issues in Python code | 6 |
| A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| Tools to improve Python documentation quality and consistency | 155 |