v2.14.6
laurent-laporte-pro
released this
01 Sep 14:49
·
1478 commits
to master
since this release
What's Changed
Styles
- add configuration for iSort (0b20e5d)
- sort imports in project base code and unit tests using iSort (ec8b757)
- ignore unused imports in
dbmodel.py
(175b7fe) - remove unused imports in production base code (3d98f93)
- remove unused imports in unit tests (6ea3370)
- sort imports in project base code and unit tests using
line_length = 120
(c0daaf7) - reindent project base code and unit tests using
line-length = 120
(2280d27) - reindent
scripts/
directory usingline-length = 120
(c125fc7)
Chore
- increase line length limit to 120 characters for Black and iSort (f8d45d4)
- remove
# fmt: off
/# fmt: on
Black directives (c29dcac)
Build System
- add iSort in the
requirements-dev.txt
(b3ff6b9)
Continuous Integration
- change the main GitHub action to run iSort for code style checking (b2efeab)
- correct the main GitHub action to use
Black~=23.7.0
(c72d0d5)
Code Refactoring
- fix lambda capturing
name
variable reported by SonarCloud (42d2213) - correct SonarCloud issues (693ae07)
- avoid always returning the same value (reported by SonarCloud) (314da0b)
Full Changelog: v2.14.5...v2.14.6