summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1125 from PyCQA/2_10_02.10.0Anthony Sottile2022-11-232-2/+12
|\ | | | | Release 2.10.0
| * Release 2.10.0Anthony Sottile2022-11-232-2/+12
|/
* Merge pull request #1123 from PyCQA/fix-E741-againAnthony Sottile2022-11-212-4/+18
|\ | | | | fix ambiguous identifiers in lambda bodies inside braces
| * fix ambiguous identifiers in lambda bodies inside bracesAnthony Sottile2022-11-212-4/+18
| |
* | Merge pull request #1124 from PyCQA/py2-cruftAnthony Sottile2022-11-212-11/+8
|\ \ | |/ |/| remove some leftover python 2 compat
| * remove some leftover python 2 compatAnthony Sottile2022-11-212-11/+8
|/
* Merge pull request #1122 from PyCQA/stop-E741-after-parametersAnthony Sottile2022-11-213-14/+17
|\ | | | | fix reporting of ambiguous identifier after parameter list
| * fix reporting of ambiguous identifier after parameter listAnthony Sottile2022-11-213-14/+17
|/
* Merge pull request #1119 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-11-141-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-11-151-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2)
* Merge pull request #1118 from dannysepler/E741-false-posAnthony Sottile2022-11-052-1/+5
|\ | | | | Fix false positive with E741
| * Fix false positive with E741Danny Sepler2022-11-052-1/+5
|/
* Merge pull request #1117 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-10-311-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-11-011-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v3.8.5 → v3.9.0](https://github.com/asottile/reorder_python_imports/compare/v3.8.5...v3.9.0) - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0)
* Merge pull request #1116 from PyCQA/dead-regexesAnthony Sottile2022-10-301-2/+0
|\ | | | | remove some unused regexes
| * remove some unused regexesAnthony Sottile2022-10-301-2/+0
|/
* Merge pull request #1106 from dannysepler/E741Anthony Sottile2022-10-301-10/+24
|\ | | | | E741 should work with lambdas
| * E741 should work with lambdasDanny Sepler2022-10-301-10/+24
|/
* Merge pull request #1111 from dannysepler/delete-py3-warningsAnthony Sottile2022-10-184-84/+0
|\ | | | | Delete W601 -> W604 warnings
| * Delete W601 -> W604 warningsDanny Sepler2022-10-184-84/+0
|/
* Merge pull request #1110 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-10-171-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-10-181-1/+1
|/ | | | | updates: - [github.com/asottile/reorder_python_imports: v3.8.4 → v3.8.5](https://github.com/asottile/reorder_python_imports/compare/v3.8.4...v3.8.5)
* Merge pull request #1109 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-10-101-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-10-111-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v3.8.3 → v3.8.4](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.8.4) - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.1.0)
* Merge pull request #1108 from dannysepler/E231Anthony Sottile2022-10-101-1/+2
|\ | | | | E231 should work with tuples in brackets
| * E231 should work with tuples in bracketsDanny Sepler2022-10-081-1/+2
|/
* Merge pull request #1105 from PyCQA/asottile-patch-1Anthony Sottile2022-09-281-1/+1
|\ | | | | make the example ignore a valid prefix
| * make the example ignore a valid prefixAnthony Sottile2022-09-281-1/+1
|/ | | resolves #1104
* Merge pull request #1103 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-09-261-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-09-271-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3) - [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](https://github.com/asottile/pyupgrade/compare/v2.38.0...v2.38.2)
* Merge pull request #1100 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-09-191-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-09-201-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0)
* Merge pull request #1094 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-08-081-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-08-091-1/+1
|/ | | | | updates: - [github.com/pycqa/flake8: 5.0.3 → 5.0.4](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4)
* Merge pull request #1092 from PyCQA/2_9_12.9.1Anthony Sottile2022-08-032-1/+8
|\ | | | | Release 2.9.1
| * Release 2.9.1Anthony Sottile2022-08-032-1/+8
|/
* Merge pull request #1091 from asottile/E275-yield-expressionAnthony Sottile2022-08-032-0/+5
|\ | | | | allow parenthesized yield (generator-coroutines)
| * allow parenthesized yield (generator-coroutines)Anthony Sottile2022-08-032-0/+5
|/
* Merge pull request #1089 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-08-011-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-08-021-2/+2
|/ | | | | | updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3) - [github.com/pycqa/flake8: 4.0.1 → 5.0.3](https://github.com/pycqa/flake8/compare/4.0.1...5.0.3)
* Merge pull request #1087 from PyCQA/2_9_02.9.0Anthony Sottile2022-07-302-1/+13
|\ | | | | Release 2.9.0
| * Release 2.9.0Anthony Sottile2022-07-302-1/+13
|/
* Merge pull request #1085 from PyCQA/revert-1041Anthony Sottile2022-07-302-10/+12
|\ | | | | Revert "Merge pull request #1041 from asfaltboy/issue-830-e721-types-regex-incorrect"
| * Revert "Merge pull request #1041 from ↵Anthony Sottile2022-07-302-10/+12
|/ | | | | | | asfaltboy/issue-830-e721-types-regex-incorrect" This reverts commit 8b5c964321776b2fe8dfd25f4f18db0ffbdbd281, reversing changes made to 9777ac5a8ea1ae14e70bfb27063e2e7c0daa06e3.
* Merge pull request #1083 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-07-251-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-251-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.8.1...v3.8.2) - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2)
* Merge pull request #1081 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-07-111-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-111-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.1](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.1) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1)
* Merge pull request #1080 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-07-041-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-051-1/+1
|/ | | | | updates: - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.3.0](https://github.com/asottile/reorder_python_imports/compare/v3.1.0...v3.3.0)