summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-configpre-commit-ci[bot]2021-11-221-1/+1
* Merge pull request #1035 from Pierre-Sassoulas/false-negative-e262-with-non-b...Anthony Sottile2021-11-093-7/+17
|\
| * Properly warn for E262 with non breaking whitespacesPierre Sassoulas2021-11-092-3/+11
| * Upgrade comment and documentation for block commentPierre Sassoulas2021-11-091-3/+5
| * Remove involuntary NBSP from the documentationPierre Sassoulas2021-11-091-2/+2
|/
* Merge pull request #1038 from asottile/drop-python-2Ian Stapleton Cordasco2021-11-086-92/+60
|\
| * run pyupgradeAnthony Sottile2021-11-084-70/+58
| * manual: drop python 2Anthony Sottile2021-11-083-22/+2
|/
* Merge pull request #1032 from cdce8p/walrus-multiple-spacesAnthony Sottile2021-10-132-1/+12
|\
| * Remove unnecessary non-capture groupMarc Mueller2021-10-131-1/+1
| * Emit E221-E224 for walrus opMarc Mueller2021-10-132-1/+12
|/
* Merge pull request #1030 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-10-111-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-10-111-1/+1
|/
* Merge pull request #1027 from PyCQA/2_8_02.8.0Anthony Sottile2021-10-102-1/+18
|\
| * Release 2.8.0Anthony Sottile2021-10-102-1/+18
|/
* Merge pull request #1029 from PyCQA/support-mainIan Stapleton Cordasco2021-10-101-1/+1
|\
| * Run tests on main as wellIan Stapleton Cordasco2021-10-101-1/+1
* | Merge pull request #1028 from asottile/add_simple_pre_commit_configIan Stapleton Cordasco2021-10-104-47/+61
|\ \
| * | add simple .pre-commit-config.yamlAnthony Sottile2021-10-104-47/+61
|/ /
* | Merge pull request #1025 from asottile/revert-990masterIan Stapleton Cordasco2021-10-054-29/+4
|\ \
| * | add example cases for incorrect E275 from reverted patchAnthony Sottile2021-10-052-0/+4
| * | Revert "Merge pull request #990 from cdce8p/whitespace-match-case"Anthony Sottile2021-10-052-29/+0
|/ /
* | Merge pull request #1015 from spaceone/e201-tab-whitespaceAnthony Sottile2021-10-052-2/+25
|\ \
| * | Issue #588: E201: detect tabs as whitespaceFlorian Best2021-10-052-2/+25
|/ /
* | Merge pull request #1003 from cdce8p/e225-star-patternAnthony Sottile2021-10-052-2/+22
|\ \
| * | Fix false-positive with star patternMarc Mueller2021-07-092-2/+22
* | | Merge pull request #1019 from PyCQA/issue/1018Ian Stapleton Cordasco2021-10-012-1/+15
|\ \ \ | |_|/ |/| |
| * | Allow __all__ to be typedissue/1018Ian Stapleton Cordasco2021-10-012-1/+15
|/ /
* | Merge pull request #995 from PyCQA/remove_indent_size_strIan Stapleton Cordasco2021-09-131-6/+3
|\ \
| * | remove indent_size_strremove_indent_size_strAnthony Sottile2021-05-081-6/+3
| |/
* | Merge pull request #1012 from Zac-HD/posonly-lambda-fixAnthony Sottile2021-09-132-1/+6
|\ \ | |/ |/|
| * Fix E225 for lambdasZac-HD2021-09-132-1/+6
|/
* Merge pull request #993 from asottile/perf_hackAnthony Sottile2021-05-061-0/+7
|\
| * add performance hack to improve tokenize speedAnthony Sottile2021-05-041-0/+7
* | Merge pull request #992 from asottile/perf_tweakAnthony Sottile2021-05-061-2/+2
|\ \ | |/ |/|
| * improve performance of bare_except checkAnthony Sottile2021-05-041-2/+2
|/
* Merge pull request #990 from cdce8p/whitespace-match-caseAnthony Sottile2021-05-023-1/+30
|\
| * Small improvementMarc Mueller2021-05-031-3/+2
| * Moved to existing checkMarc Mueller2021-05-032-33/+11
| * Add additional py environments to toxMarc Mueller2021-05-031-1/+1
| * Add whitespace checks for match and caseMarc Mueller2021-05-033-0/+52
|/
* Merge pull request #991 from cdce8p/small-fixAnthony Sottile2021-05-021-1/+1
|\
| * issoftkeyword was added in py39Marc Mueller2021-05-031-1/+1
| * Small fix to version_info comparisonMarc Mueller2021-05-031-1/+1
|/
* Merge pull request #989 from cdce8p/whitespace-match-false-positiveAnthony Sottile2021-05-024-4/+23
|\
| * Add 3.10-dev to Github CI actionMarc Mueller2021-05-021-0/+3
| * Fix testsuiteMarc Mueller2021-05-021-1/+1
| * Changes after reviewMarc Mueller2021-05-022-5/+5
| * Fix false-positive E211 with match and caseMarc Mueller2021-05-022-3/+19
|/
* Merge pull request #987 from asottile/E712_multiple_timesAnthony Sottile2021-04-022-2/+6
|\