flake8-executable

A Flake8 plugin for checking executable permissions and shebangs.

LGPL-3.0 License

Downloads
114.6K
Stars
18
Committers
5
flake8-executable - Latest Release

Published by xuhdev almost 2 years ago

Support Python 3.11.

flake8-executable -

Published by xuhdev almost 2 years ago

Drop Python 3.6 and add Python 3.10 support

flake8-executable -

Published by xuhdev almost 4 years ago

Fix a regression that leads to crashes when an error is detected.

flake8-executable -

Published by xuhdev almost 4 years ago

  • Explicitly support Python 3.9.
  • Complete type annotations.
  • Expose flake8_executable.__version__ when used as a library.
  • More robust Windows code testing.
  • Internal code cleanup.
flake8-executable -

Published by xuhdev about 4 years ago

Explicitly support Python 3.8.

flake8-executable -

Published by xuhdev over 5 years ago

  • Fix crash when input is from stdin and is empty.
  • Recognize stdin as a filename that indicates the input is from stdin.