Releases: openedx/edx-lint
Releases · openedx/edx-lint
5.2.4
What's Changed
- fix: update pylintrc template for pylint 2.14.* by @UsamaSadiq in #267
Full Changelog: 5.2.3...5.2.4
5.2.3
What's Changed
- FC-0001: clean-up LegacyWaffle* linting by @dyudyunov in #257
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #264
- fix: remove deleted pylint warnings from pylintrc by @UsamaSadiq in #266
New Contributors
- @dyudyunov made their first contribution in #257
Full Changelog: 5.2.2...5.2.3
5.2.2
What's Changed
- Standardize version number placement by @aht007 in #218
- refactor: Updated 'upgrade requirements' workflow to use reusable workflows by @edx-requirements-bot in #224
- fix: use branch name directly by @edx-requirements-bot in #227
- Pin Setup tools by @aht007 in #231
- Use the central commitlint action by @nedbat in #234
- fix: add common constraint of redis<4 by @iloveagent57 in #238
- Revert "fix: add common constraint of redis<4" by @iloveagent57 in #241
- Update pip and pip-tools version to fix make upgrades by @edx-requirements-bot in #242
- Add DEPR workflow automation by @sarina in #245
- fix: fix import issues with pylint==2.13.0 by @UsamaSadiq in #249
New Contributors
Full Changelog: v5.2.1...5.2.2
v5.2.1
What's Changed
- Python Requirements Update by @edx-requirements-bot in #204
- build: switch to common commitlint action from org template by @nedbat in #206
- Python Requirements Update by @edx-requirements-bot in #207
- Python Requirements Update by @edx-requirements-bot in #208
- feat: remove drf-jwt pin from common constraints by @iamsobanjaved in #209
- Python Requirements Update by @edx-requirements-bot in #210
- Python Requirements Update by @edx-requirements-bot in #212
- feat: advertise constraints with setup.py by @rgraber in #211
- build: up version to 5.2.1 by @rgraber in #213
New Contributors
Full Changelog: 5.2.0...v5.2.1
Disabled two new warnings
https://github.com/edx/edx-lint/blob/master/CHANGELOG.rst#510---2021-09-01
Disabled two new warnings from pylint 2.10: unspecified-encoding and use-maxsplit-arg.
New checks for toggles
Fixed lint amnesty breakage on line continuation
- Fixed lint amnesty breakage on line continuation
Added unittest assertion checker
Added unittest_assert module (optional plugin for unittest assertion checks)
To use this plugin, you should add this to your pylintrc
load-plugins=edx_lint.pylint.unittest_assert
Ignore f-string formatting
edx-lint will now ignore the logging-fstring-interpolation
warning in pylint.