Releases: isac322/flake8-force-keyword-arguments
Releases · isac322/flake8-force-keyword-arguments
v2.0.0
What's Changed
- Drop support for Python 3.6, 3.7 and add 3.11, 3.12 (Thanks to @utlandr)
- Update flake8-functions requirement from ^0.0.6 to ^0.0.7 by @dependabot in #30
- Update flake8-black requirement from ^0.2.3 to ^0.3.1 by @dependabot in #31
- Bump actions/setup-python from 2.3.2 to 3 by @dependabot in #32
- Update mypy requirement from ^0.931 to ^0.940 by @dependabot in #33
- Update mypy requirement from ^0.940 to ^0.941 by @dependabot in #34
- Bump actions/cache from 2 to 3 by @dependabot in #35
- Update mypy requirement from ^0.941 to ^0.942 by @dependabot in #36
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #37
- Bump github/codeql-action from 1 to 2 by @dependabot in #38
- Update mypy requirement from ^0.942 to ^0.950 by @dependabot in #39
- Bump actions/setup-python from 3 to 4 by @dependabot in #42
- Update mypy requirement from ^0.950 to ^0.961 by @dependabot in #41
- Bump abatilo/actions-poetry from 2.1.4 to 2.1.5 by @dependabot in #43
- feat!: support python >= 3.8 by @isac322 in #53
- feat!: support python >= 3.7 by @utlandr in #52
- ci(dependabot): set commit prefix by @isac322 in #56
- ci(gha): Bump github/codeql-action from 2 to 3 by @dependabot in #54
Full Changelog: v1.0.4...v2.0.0
v1.0.4
What's Changed
- 💚 - Update release pipeline by @isac322 in #23
- Bump actions/setup-python from 2.2.2 to 2.3.2 by @dependabot in #21
- Update mypy requirement from ^0.910 to ^0.931 by @dependabot in #18
- Update ci by @isac322 in #24
- Update flake8-bugbear requirement from ^21.9.2 to ^22.1.11 by @dependabot in #19
- Update pytest requirement from ^6.2.5 to ^7.0.0 by @dependabot in #22
- ✨ - Ignore typing.cast by @isac322 in #25
- ✏️ - Fix typo on CI by @isac322 in #26
- 🎨 - Reorder import statements by @isac322 in #27
- Update black requirement from ^21.9b0 to ^22.1 by @dependabot in #20
- 🔧 - Update coverage config by @isac322 in #28
- 🔖 - Release 1.0.4 by @isac322 in #29
Full Changelog: v1.0.3...v1.0.4
v1.0.3: Fix cython bug (#10)
* 🐛 - Fix method descriptor bug * 🔖 - Bump up version to 1.0.3
v1.0.2: bug - Fix method descriptor bug (#9)
* 🐛 - Fix method descriptor bug * 🔖 - Bump up version to 1.0.2
v1.0.1: bug - Fix ignore pattern bug (#8)
* 🐛 - Fix ignore pattern bug * 🔖 - Bump up version to 1.0.1
v1.0.0: Build and publish (#6)
* 🔧 - Update classifiers * 💚 - Fix CD * 💚 - Use wheel on CI