Skip to content

Releases: isac322/flake8-force-keyword-arguments

v2.0.0

20 Feb 17:43
3b00eca
Compare
Choose a tag to compare

What's Changed

  • Drop support for Python 3.6, 3.7 and add 3.11, 3.12 (Thanks to @utlandr)

Full Changelog: v1.0.4...v2.0.0

v1.0.4

06 Feb 14:34
af44549
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3: Fix cython bug (#10)

25 Oct 12:33
f69fed5
Compare
Choose a tag to compare
* 🐛 - Fix method descriptor bug

* 🔖 - Bump up version to 1.0.3

v1.0.2: bug - Fix method descriptor bug (#9)

25 Oct 10:04
e8dd2cc
Compare
Choose a tag to compare
* 🐛 - Fix method descriptor bug

* 🔖 - Bump up version to 1.0.2

v1.0.1: bug - Fix ignore pattern bug (#8)

25 Oct 08:07
51a589d
Compare
Choose a tag to compare
* 🐛 - Fix ignore pattern bug

* 🔖 - Bump up version to 1.0.1

v1.0.0: Build and publish (#6)

25 Oct 03:33
03d8221
Compare
Choose a tag to compare
* 🔧 - Update classifiers

* 💚 - Fix CD

* 💚 - Use wheel on CI