third_party.pylibs.pylint.src/man
Damien Baty 9bc9bdf533 Support both isort 4 and isort 5
The API of isort 5 (released on 2020-07-04) is completely different.
We must still support isort 4 because isort 5 dropped the
compatibility with Python 3.5, which pylint still supports.

Note about the `known-standard-library` option: it has been included
in pylint for years. Until now, it was mapped with the option of the
same name in isort. However, isort 5 has changed the meaning of this
option (see https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/#known_standard_library).

Most users of pylint want the meaning of the new
`extra-standard-library` option. To avoid a breaking change in pylint,
the `known-standard-library` pylint option is now mapped to
`known-standard-library` in isort 4, and `extra-standard-library` in
isort 5. Users that really want the _new_ meaning of
`known-standard-library` in isort 4 must disable the
`wrong-import-order` check in pylint and run isort manually, outside
of pylint.

Fix #3722.
2020-08-18 09:12:33 +02:00
..
epylint.1
pylint.1 Support both isort 4 and isort 5 2020-08-18 09:12:33 +02:00
pyreverse.1 Chore: use https links (#3679) 2020-06-11 08:25:03 +02:00
symilar.1 Fix trailing whitespaces and trailing newlines 2020-05-03 18:24:25 +02:00