summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge maintenance 2.16.x in main (#8377)Pierre Sassoulas2023-03-031-0/+24
|\
| * Merge 'maintenance/2.16.x' following 2.16.3 releasePierre Sassoulas2023-03-031-0/+24
| |\
| | * Bump pylint to 2.16.3, update changelog (#8375)v2.16.3Pierre Sassoulas2023-03-033-6/+24
| | * [spelling] Ignore spelling in type/mypy type ignore comments (#8370) (#8373)github-actions[bot]2023-03-021-0/+3
| | * Prevent emitting ``invalid-name`` on 'global' redefinition (#8337) (#8354)Pierre Sassoulas2023-02-271-0/+3
* | | Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-031-0/+3
|/ /
* | 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-021-4/+3
* | [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-0/+3
* | Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-012-0/+10
* | Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-271-0/+3
* | Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniƫl van Noord2023-02-263-7/+20
* | Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-266-0/+25
* | Add new check "implicit-flag-alias" (#8345)James Addison2023-02-263-0/+19
* | [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-259-19/+21
* | 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-231-12/+20
* | Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-231-0/+3
* | [doc] Add an example for suppressed-message (#8328)Pierre Sassoulas2023-02-223-2/+14
* | 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-211-0/+3
* | [doc] Add an example for 'duplicate-code'Pierre Sassoulas2023-02-207-2/+66
* | Allow testing of a directory of documentation examplesDaniel van Noord2023-02-201-19/+41
* | 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-174-2/+76
* | [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-141-0/+3
* | 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
* | 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-138-25/+54
| | * Fix FP for used-before-assignment with assignment expressions in containers (...github-actions[bot]2023-02-111-0/+4
| | * Add ``--version`` option to pyreverse (#8257) (#8258)github-actions[bot]2023-02-101-0/+3
| | * Fix `used-before-assignment` false positive for walrus operator in dictionary...github-actions[bot]2023-02-101-0/+4
| | * Fix `nested-min-max` output msg for sequences (#8234) (#8245)github-actions[bot]2023-02-081-0/+3
| | * Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...github-actions[bot]2023-02-081-0/+4
| | * Fix crash when an attribute node was used inside an unary op (#8209) (#8225)github-actions[bot]2023-02-071-0/+3
| | * Fix no-name-in-module when variable is same as module name (#8169) (#8226)github-actions[bot]2023-02-071-0/+4
* | | [doc] Do not use real code for 'self-import' (#8286)Pierre Sassoulas2023-02-133-7/+12
|/ /
* | [doc] consider ...-alternative-union-syntax, -alias and namedtuple-or-datacla...Ollie2023-02-1312-6/+50
* | Fix ``duplicate-string-formatting-argument`` comment mistakenly left in good....Ollie2023-02-131-1/+0
* | Add documentation for duplicate-string-formatting-argument and bidirectional-...Ollie2023-02-126-4/+43
* | Doc for 'unexpected-line-ending-format' (#8255)Robert Hofer2023-02-125-2/+9
* | [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-122-14/+18
* | Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-111-0/+4