summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Bump sphinx from 4.1.1 to 4.1.2 (#4785)dependabot[bot]2021-08-021-1/+1
* Add documentation for useless-suppressionPierre Sassoulas2021-07-311-0/+8
* Handle has-a relationships for type-hinted arguments in class diagrams (#4745)Mark Byrne2021-07-301-0/+2
* Add ``forgotten-debug-statement`` checker (#4771)Daniël van Noord2021-07-291-0/+4
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-0/+8
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-0/+8
* Fix style issues Changelog + What's NewMarc Mueller2021-07-293-3/+3
* Omit no-member error if guarded behind if stmt (#4764)Marc Mueller2021-07-281-0/+7
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-2/+7
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-0/+2
* Performance improvment of the Similarity checker (#4565)hippo912021-07-281-0/+3
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-0/+3
* Fix crash if a callable returning a context manager was assigned to a list or...DudeNr332021-07-211-0/+2
* Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...DudeNr332021-07-201-0/+3
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-07-201-1/+1
* Added `time.clock` to deprecated functions/methods for python 3.3.Yilei "Dolee" Yang2021-07-201-0/+2
* Bump sphinx from 4.1.0 to 4.1.1dependabot[bot]2021-07-191-1/+1
* document Jupyter integration (#4714)Marco Edward Gorelli2021-07-181-0/+2
* Bump sphinx from 4.0.2 to 4.1.0dependabot[bot]2021-07-121-1/+1
* [release doc] Document the way the release can be donePierre Sassoulas2021-07-111-15/+17
* Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)DudeNr332021-07-061-0/+2
* Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...DudeNr332021-07-041-0/+2
* Fix copyright links (#4647)Marc Mueller2021-07-012-2/+2
* Update branch refs to use mainMarc Mueller2021-06-301-3/+3
* Update links to use mainMarc Mueller2021-06-302-4/+4
* Add ``rstcheck`` to pre-commit configuration (#4641)DudeNr332021-06-303-54/+54
* Move back to a dev version and upgrade documentationPierre Sassoulas2021-06-292-1/+32
* Upgrade documentation for the new release scriptPierre Sassoulas2021-06-291-19/+8
* Updated Changelog and whatsnewMatus Valo2021-06-291-0/+2
* Updated whatsnew and changelogMatus Valo2021-06-291-0/+3
* Issue #3747 fix example regex for snakeCase naming style.DudeNr332021-06-291-1/+1
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-261-0/+2
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-251-0/+3
* Add tbump script for bumbing versionPierre Sassoulas2021-06-171-45/+24
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-121-3/+3
|\
| * DocumentationMarc Mueller2021-06-121-0/+3
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-121-3/+0
* | DocumentationMarc Mueller2021-06-121-0/+2
|/
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-101-1/+3
* Change to consider-using-tupleMarc Mueller2021-06-101-1/+2
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-101-0/+2
* Implemented new checker await-outside-async (#4514)yushao22021-06-091-0/+2
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+2
* Add new checker invalid-all-formatMarc Mueller2021-06-011-0/+3
* Upgrade release.md following the decision to pin astroidPierre Sassoulas2021-05-311-1/+7
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-0/+2
* Handle floats when parsing pyproject.toml (#4518) (#4520)Markus Siebenhaar2021-05-291-0/+2
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+2
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-0/+2
* Implemented new checker invalid-class-object (#4510)yushao22021-05-261-0/+2