summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit requirement from ~=2.14 to ~=2.15dependabot/pip/pre-commit-approx-eq-2.15dependabot[bot]2021-09-061-1/+1
* Merge pull request #4971 from cdce8p/feat_consider-using-inAndreas Finkler2021-09-065-2/+14
|\
| * Extend consider-using-in for attribute accessMarc Mueller2021-09-055-2/+14
|/
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-052-2/+6
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-0469-775/+965
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-033-101/+108
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-0347-349/+375
* Add test to ``superfluous-parens``Daniël van Noord2021-09-021-2/+5
* Remove unused ``visit_package`` functionDaniël van Noord2021-09-011-10/+0
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-016-27/+43
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-014-5/+11
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-015-18/+53
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-0164-2868/+67
* Remove dead visit_exec method (#4943)Marc Mueller2021-09-011-5/+0
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-315-1/+16
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-317-7/+50
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-315-8/+28
* Add a redirect from http to https in read the doc configurationPierre Sassoulas2021-08-311-0/+4
* Change http links to https in setup.pyPierre Sassoulas2021-08-311-3/+3
* Fix faq.rst:138:undefined label: message-controlPierre Sassoulas2021-08-311-0/+2
* Fail on warning for read the docPierre Sassoulas2021-08-311-1/+2
* [pre-commit.ci] pre-commit autoupdate (#4934)pre-commit-ci[bot]2021-08-301-2/+2
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-307-8/+46
* Add regression tests for PyCQA/astroid#1151David Liu2021-08-302-1/+54
* Add regression test for false positive on collections.abcPierre Sassoulas2021-08-302-0/+17
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Upgrade astroid to 2.7.3Pierre Sassoulas2021-08-302-2/+2
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-306-0/+112
* Bump python-docs-theme from 2021.5 to 2021.8 (#4931)dependabot[bot]2021-08-301-1/+1
* Bump black from 21.7b0 to 21.8b0 (#4930)dependabot[bot]2021-08-301-1/+1
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-3010-67/+413
* Fix typo in assigment_from_no_return functional testsPierre Sassoulas2021-08-302-0/+0
* Remove async test for python 3.5 or lesserPierre Sassoulas2021-08-306-22/+8
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-30109-147/+10
* Merge abstract_class_instantiated in the same filePierre Sassoulas2021-08-307-29/+21
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-305-7/+111
* Specifies that the pip freeze command should be run and its output pa… (#4928)hippo912021-08-301-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-3084-384/+525
* Upgrade ignored-parents help description (#4926)Melvin2021-08-282-1/+3
* Added myself to CONTRIBUTORS.txtPhilipp A2021-08-261-0/+2
* Rename URLsPhilipp A2021-08-261-6/+7
* Update FUNDING.ymlPierre Sassoulas2021-08-231-0/+1
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-231-1/+1
* Move back to a dev version following 2.10.2 releasePierre Sassoulas2021-08-212-2/+2
* Bump pylint to 2.10.2, update changelogv2.10.2Pierre Sassoulas2021-08-213-4/+10
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-213-3/+29
* Updated mypy checks (#4889)Marc Mueller2021-08-212-4/+2
* Require platformdirs 2.2.0 (#4890)Marc Mueller2021-08-211-1/+1
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-214-7/+13