summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wipv2.9.0-dev0Pierre Sassoulas2021-06-161-16/+19
|
* Add regression tests for cell var from loop (#4574)Pierre Sassoulas2021-06-162-0/+6
|
* 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
| | | Ref #1932. Ref #2062. Ref PyCQA/astroid#1020.
* 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
| | | | | updates: - [github.com/asottile/pyupgrade: v2.19.1 → v2.19.4](https://github.com/asottile/pyupgrade/compare/v2.19.1...v2.19.4)
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-143-2/+26
| | | | (So the issue is closed if it get fixed.)
* 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
| | | | | | | | | | | | | | Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.902. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump black from 21.5b2 to 21.6b0 (#4572)dependabot[bot]2021-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | | * Bump black from 21.5b2 to 21.6b0 Bumps [black](https://github.com/psf/black) from 21.5b2 to 21.6b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* 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
|\ | | | | Misc tasks
| * 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
| | | | | updates: - [github.com/pre-commit/mirrors-prettier: v2.3.0 → v2.3.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.0...v2.3.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
| | | | Closes #4524
* 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
| | | | | | | | | | | | | | Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>