summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1141 from PyCQA/pre-commit-ci-update-configHEADmainAnthony Sottile2023-05-091-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-05-091-2/+2
|/ | | | | | updates: - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.4.0)
* Merge pull request #1140 from PyCQA/pre-commit-ci-update-configIan Stapleton Cordasco2023-04-251-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-04-251-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2)
* Merge pull request #1128 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-12-131-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-131-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1)
* Merge pull request #1129 from PyCQA/drop-py36Anthony Sottile2022-12-135-15/+15
|\ | | | | drop python3.6
| * drop python3.6Anthony Sottile2022-12-135-15/+15
|/ | | | github actions no longer supports it
* Merge pull request #1127 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-12-051-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-061-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0)
* Merge pull request #1126 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-11-281-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-11-291-2/+2
|/ | | | | | updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)
* 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
|/