summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add regression test from #2306 (#4570)Andrew Haigh2021-06-161-0/+11
* Add regression tests for Enum.name and .value inference (#4558)Andrew Haigh2021-06-162-0/+25
* Remove deprecated astroid.Index and astroid.ExtSlice nodes (#4568)Marc Mueller2021-06-164-27/+4
* Remove deprecated astroid.Ellipsis node (#4567)Marc Mueller2021-06-162-6/+5
* Upgrade astroid to 2.6.0-dev0 (#4581)Pierre Sassoulas2021-06-162-2/+2
* Remove appveyor.yml replaced by Github actionsPierre Sassoulas2021-06-163-6/+2
* Special case for python < 3.8 with worse AST handlingPierre Sassoulas2021-06-151-5/+15
* Refactor the json reporter so handle message work the same wayPierre Sassoulas2021-06-151-8/+6
* Use a NamedTuple from typing directlyPierre Sassoulas2021-06-151-5/+9
* Remove dead code, always return the confidencePierre Sassoulas2021-06-152-22/+24
* Add unit tests for OutputLinePierre Sassoulas2021-06-152-5/+97
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-1510-35/+23
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-06-141-1/+1
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-143-2/+26
* Add global mypy configMarc Mueller2021-06-141-0/+33
* Add additional typing requirementsMarc Mueller2021-06-141-0/+3
* Update pre-commit-configMarc Mueller2021-06-141-3/+3
* Bump mypy from 0.812 to 0.902dependabot[bot]2021-06-141-1/+1
* Bump black from 21.5b2 to 21.6b0 (#4572)dependabot[bot]2021-06-142-2/+2
* Fix error with slice as subscript for dictMarc Mueller2021-06-134-2/+5
* Add exclude_lines coverage (#4566)Marc Mueller2021-06-121-0/+10
* Merge pull request #4561 from cdce8p/misc-tasksPierre Sassoulas2021-06-1233-0/+15
|\
| * Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-127-90/+93
| |\ | |/ |/|
* | DocumentationMarc Mueller2021-06-122-0/+6
* | Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-127-90/+86
| * DocumentationMarc Mueller2021-06-122-0/+5
| * Move remaining extension fixturesMarc Mueller2021-06-109-0/+0
| * Add note to CodeStyleCheckerMarc Mueller2021-06-101-0/+9
| * Renamed code_style extension testMarc Mueller2021-06-103-0/+0
| * Moved typing extension testsMarc Mueller2021-06-1018-0/+0
|/
* Improve documentationMarc Mueller2021-06-101-0/+3
* Revert "Fix existing tests"Marc Mueller2021-06-1013-44/+44
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-108-30/+69
* Change to consider-using-tupleMarc Mueller2021-06-107-18/+23
* Fix existing testsMarc Mueller2021-06-1013-44/+44
* Fix existing codeMarc Mueller2021-06-1012-24/+24
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-105-1/+60
* Add additional documenation for typing extensionMarc Mueller2021-06-101-0/+1
* Update explanationMarc Mueller2021-06-101-3/+6
* Clarify documentation typing extensionMarc Mueller2021-06-102-4/+8
* Implemented new checker await-outside-async (#4514)yushao22021-06-096-0/+57
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-06-081-1/+1
* Add regression test for Pattern Matching 3.10 (#4550)Marc Mueller2021-06-073-0/+29
* Improve traceback for pytest runsMarc Mueller2021-06-072-1/+6
* Add documentation in order to prevent error in the futurePierre Sassoulas2021-06-072-1/+3
* Upgrade to astroid 2.5.8Pierre Sassoulas2021-06-072-2/+2
* Bump pyupgrade to v2.19.1 (#4547)Marc Mueller2021-06-071-1/+1
* Bump black from 21.5b1 to 21.5b2dependabot[bot]2021-06-071-1/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-0211-24/+25
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-023-10/+16