summaryrefslogtreecommitdiff
path: root/pylint/utils/file_state.py
Commit message (Expand)AuthorAgeFilesLines
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+3
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Make ``disable-next`` only consider the succeeding line (#7411)Daniƫl van Noord2022-09-051-15/+35
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-1/+3
* Fix disabling of ``bad-option-value`` (#6556)Daniƫl van Noord2022-05-091-12/+70
* Refactor ``_collect_block_lines`` (#6560)Daniƫl van Noord2022-05-091-31/+40
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniƫl van Noord2022-05-091-2/+29
* Add some manual typing changes (#6325)Daniƫl van Noord2022-04-141-2/+4
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniƫl van Noord2022-04-141-22/+15
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-8/+13
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-2/+2
* Fix remaining typing issues for ``PyLinter`` and related functions (#5663)Daniƫl van Noord2022-02-081-1/+3
* Fix typo in pylintrc for useless-suppression (#5303)Daniƫl van Noord2021-11-231-2/+2
* Refactor of ``FileState.handle_ignored_message()`` (#5064)Daniƫl van Noord2021-09-231-11/+2
* Add typing to `FileState` (#5049)Daniƫl van Noord2021-09-201-15/+64
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-221-3/+6
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-4/+4
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-2/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-0/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-1/+1
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-091-0/+135