summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 5.3.0 to 6.1.3dependabot[bot]2023-03-021-1/+1
* Update myst-parser requirement from ~=0.18 to ~=0.19 (#8374)dependabot[bot]2023-03-021-1/+1
* [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-025-51/+20
* [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-023-37/+28
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-0213-17/+33
* Refactor the `_check_protected_attribute_access` method to reduce indentation...Mark Byrne2023-03-011-67/+69
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-016-4/+43
* [pre-commit.ci] pre-commit autoupdate (#8360)pre-commit-ci[bot]2023-02-281-2/+2
* [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-272-17/+50
* Update pre-commit requirement from ~=3.0 to ~=3.1 (#8356)dependabot[bot]2023-02-271-1/+1
* Update coverage requirement from ~=7.1 to ~=7.2 (#8357)dependabot[bot]2023-02-271-1/+1
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-276-7/+14
* [test] Use an empty pylintrc so tests to not depend on system's conf (#8350)Pierre Sassoulas2023-02-264-5/+14
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniƫl van Noord2023-02-2624-43/+160
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-2611-2/+150
* [test] Permits to debug more easily 'test_allow_reexport_package' (#8347)Pierre Sassoulas2023-02-261-1/+1
* Update typing-extensions requirement from ~=4.4 to ~=4.5dependabot[bot]2023-02-261-1/+1
* Bump mypy from 1.0.0 to 1.0.1 (#8316)dependabot[bot]2023-02-262-2/+2
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-266-8/+131
* Update self in .contributors_aliases.json (#8344)James Addison2023-02-261-0/+4
* Fixing some too long lines (#8339)Ollie2023-02-2517-48/+79
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-2511-33/+27
* Document the governance model and the path to maintainership (#8329)Pierre Sassoulas2023-02-243-0/+116
* [PR documentation] Add advice to keep the pull requests small (#8330)Pierre Sassoulas2023-02-232-17/+32
* Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-234-4/+61
* [doc] Add an example for suppressed-message (#8328)Pierre Sassoulas2023-02-223-2/+14
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-222-3/+3
* Documentation: Order of messagesStavros Ntentos2023-02-221-2/+2
* Add documentation for 'too-many-lines' (#8323)Ollie2023-02-217-2/+39
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-216-15/+34
* [pre-commit.ci] pre-commit autoupdate (#8320)pre-commit-ci[bot]2023-02-211-1/+1
* [doc] Add an example for 'duplicate-code'Pierre Sassoulas2023-02-207-2/+66
* Fix test for ``plugin_does_not_exists``Daniel van Noord2023-02-202-1/+2
* Remove broken rcfile from ``empty_docstring`` testDaniel van Noord2023-02-201-3/+0
* Allow testing of a directory of documentation examplesDaniel van Noord2023-02-201-19/+41
* Don't clear the FunctionalTestReporter.messages after each fileDaniel van Noord2023-02-201-3/+0
* Add support for more than one code file in the documentation examplesDaniel van Noord2023-02-201-52/+85
* [doc] Add an example for 'too-many-locals' (#8306)Pierre Sassoulas2023-02-175-6/+80
* [doc] 'file-ignored' and 'import-private-name' (#8304)Ollie2023-02-167-4/+22
* [doc] 'truncated-format-string' and 'logging-unsupported-format' (#8295)Ollie2023-02-156-4/+12
* [doc] missing-any-param-doc, missing-kwon, subprocess-popen-preexec-fn, typev...Ollie2023-02-1413-8/+40
* Fix invalid type false positive (#8206)Nick Drozd2023-02-1410-9/+58
* Add documentation for adding Pylint configuration to ``tox.ini``. (#8294)Mark Byrne2023-02-141-0/+2
* [doc] deprecated-... class, decorator, method, pragma and typing-alias (#8284)Ollie2023-02-1419-11/+43
* [pre-commit.ci] pre-commit autoupdate (#8289)pre-commit-ci[bot]2023-02-141-1/+1
* Merge maintenance 2.16.x in main (#8283)Pierre Sassoulas2023-02-131-0/+54
|\
| * Merge branch 'maintenance/2.16.x' following 2.16.2 releasePierre Sassoulas2023-02-131-0/+54
| |\
| | * Bump pylint to 2.16.2, update changelog (#8276)v2.16.2Pierre Sassoulas2023-02-1311-28/+57
| | * Upgrade astroid to 2.14.2 (#8274)github-actions[bot]2023-02-132-2/+2
| | * Fix FP for used-before-assignment with assignment expressions in containers (...github-actions[bot]2023-02-114-24/+32