Skip to content

Releases: xuhdev/flake8-executable

v2.1.3

23 Jan 00:40
c8eebc5
Compare
Choose a tag to compare

Support Python 3.11.

v2.1.2

23 Jan 00:36
07b2134
Compare
Choose a tag to compare

Drop Python 3.6 and add Python 3.10 support

v2.1.1

15 Dec 01:09
614ecaa
Compare
Choose a tag to compare

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

v2.1.0

28 Nov 04:06
74517c9
Compare
Choose a tag to compare
  • 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.

v2.0.4

15 Aug 20:50
Compare
Choose a tag to compare

Explicitly support Python 3.8.

v2.0.3

16 Jul 04:58
Compare
Choose a tag to compare
  • Fix crash when input is from stdin and is empty.
  • Recognize stdin as a filename that indicates the input is from stdin.