third_party.pylibs.pylint.src/pylint
2022-01-02 00:08:42 +01:00
..
checkers Fix false positive consider-using-dict-comprehension when creating a dict using a list of tuple where key AND value vary depending on the same condition (#5590) 2021-12-30 19:21:26 +01:00
config Make functional tests always go through config initialization (#5594) 2021-12-28 16:28:54 +01:00
extensions Add typing and uniformize the checker registering in Pylinter (#5558) 2021-12-27 21:30:34 +01:00
lint Remove unnecessary checks for node attributes in `add_message` (#5622) 2022-01-02 00:05:13 +01:00
message Add caching to bottlenecks in the message store (#5605) 2021-12-29 11:13:27 +01:00
pyreverse Fix typos accross the whole codebase (#5575) 2021-12-21 23:44:51 +01:00
reporters Add typing and uniformize the checker registering in Pylinter (#5558) 2021-12-27 21:30:34 +01:00
testutils Remove unnecessary checks for node attributes in `add_message` (#5622) 2022-01-02 00:05:13 +01:00
utils Fix typos accross the whole codebase (#5575) 2021-12-21 23:44:51 +01:00
__init__.py Allow passing arguments if `epylint` entry point is used as function (#5616) 2021-12-31 13:51:30 +01:00
__main__.py
__pkginfo__.py Upgrade the version to 2.13.0-dev0 following 2.12.2 release 2021-12-03 18:26:57 +01:00
constants.py Primer tests "à la mypy" (#5173) 2021-11-24 13:10:52 +01:00
epylint.py Allow passing arguments if `epylint` entry point is used as function (#5616) 2021-12-31 13:51:30 +01:00
exceptions.py Bump pylint to 2.10.2-dev0, update changelog 2021-08-20 21:26:08 -07:00
graph.py Activate and fix existing use-set-for-membership checks (#5379) 2021-11-25 16:09:42 +01:00
interfaces.py Fix typos accross the whole codebase (#5575) 2021-12-21 23:44:51 +01:00
typing.py Fix a typo in pylint/typing.py 2022-01-02 00:08:42 +01:00