Skip to content

Releases: openedx/edx-lint

5.2.4

10 Jun 13:24
f1e5daa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.3...5.2.4

5.2.3

09 Jun 07:32
e9a451b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.2...5.2.3

5.2.2

25 Mar 12:27
43db2ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.1...5.2.2

v5.2.1

26 Oct 15:28
308b586
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...v5.2.1

Disabled two new warnings

01 Sep 17:30
3eb86ad
Compare
Choose a tag to compare

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

19 Mar 18:49
d0ebe63
Compare
Choose a tag to compare

Fixed lint amnesty breakage on line continuation

16 Mar 10:41
0b621e2
Compare
Choose a tag to compare
  • Fixed lint amnesty breakage on line continuation

Added unittest assertion checker

25 Feb 11:46
c79c938
Compare
Choose a tag to compare

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

04 Feb 14:50
22842c2
Compare
Choose a tag to compare

edx-lint will now ignore the logging-fstring-interpolation warning in pylint.

Add general code-annotations linting

02 Feb 21:59
f4e19d7
Compare
Choose a tag to compare