summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improves plugin docsNikita Sobolev2021-06-221-3/+3
|/ | | Replaces `flake8-future` with `flake8-quotes`
* Merge pull request #1348 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-06-141-3/+3
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-06-141-3/+3
|/ | | | | | | updates: - [github.com/psf/black: 21.5b2 → 21.6b0](https://github.com/psf/black/compare/21.5b2...21.6b0) - [github.com/asottile/pyupgrade: v2.19.1 → v2.19.4](https://github.com/asottile/pyupgrade/compare/v2.19.1...v2.19.4) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.902](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v0.902)
* Merge pull request #1345 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-06-072-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * limit broken importlib-metadata CC @jaracoAnthony Sottile2021-06-071-1/+1
| |
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-06-081-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.19.0 → v2.19.1](https://github.com/asottile/pyupgrade/compare/v2.19.0...v2.19.1)
* Merge pull request #1342 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-05-311-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-311-2/+2
|/ | | | | | updates: - [github.com/psf/black: 21.5b1 → 21.5b2](https://github.com/psf/black/compare/21.5b1...21.5b2) - [github.com/asottile/pyupgrade: v2.18.2 → v2.19.0](https://github.com/asottile/pyupgrade/compare/v2.18.2...v2.19.0)
* Merge pull request #1340 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-05-242-3/+3
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-05-241-2/+2
| | | | | | | | for more information, see https://pre-commit.ci
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-241-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.16.0 → v2.18.2](https://github.com/asottile/pyupgrade/compare/v2.16.0...v2.18.2)
* Merge pull request #1338 from PyCQA/asottile-patch-1Anthony Sottile2021-05-181-2/+2
|\ | | | | Clarify where `--jobs` is disabled
| * Clarify where `--jobs` is disabledAnthony Sottile2021-05-181-2/+2
|/
* Merge pull request #1335 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-05-171-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-171-2/+2
|/ | | | | | updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.15.0 → v2.16.0](https://github.com/asottile/pyupgrade/compare/v2.15.0...v2.16.0)
* Merge pull request #1330 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-05-111-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-101-2/+2
|/ | | | | | updates: - [github.com/psf/black: 21.4b2 → 21.5b1](https://github.com/psf/black/compare/21.4b2...21.5b1) - [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0)
* Merge pull request #1329 from joukewitteveen/output-directoriesAnthony Sottile2021-05-102-2/+5
|\ | | | | Automatically create output directories
| * Automatically create output directoriesJouke Witteveen2021-05-102-2/+5
|/
* Merge tag '3.9.2'Anthony Sottile2021-05-083-1/+23
|\ | | | | | | Release 3.9.2
| * Release 3.9.23.9.2Anthony Sottile2021-05-083-1/+23
| |
| * Merge pull request #1328 from PyCQA/fix_indent_size_strAnthony Sottile2021-05-081-2/+2
| | | | | | correct and deprecate the value of indent_size_str
* | Merge pull request #1328 from PyCQA/fix_indent_size_strAnthony Sottile2021-05-081-2/+2
|\ \ | | | | | | correct and deprecate the value of indent_size_str
| * | correct and deprecate the value of indent_size_strAnthony Sottile2021-05-081-2/+2
|/ /
* | Merge pull request #1326 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-05-031-2/+2
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-031-2/+2
|/ / | | | | | | | | | | updates: - [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0...21.4b2) - [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](https://github.com/asottile/pyupgrade/compare/v2.13.0...v2.14.0)
* | Merge pull request #1322 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-04-261-3/+3
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-261-3/+3
| | | | | | | | | | | | | | | | | | | | | updates: - [github.com/asottile/reorder_python_imports: v2.4.0 → v2.5.0](https://github.com/asottile/reorder_python_imports/compare/v2.4.0...v2.5.0) - [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0)
* | | Merge pull request #1323 from PyCQA/asottile-patch-1Anthony Sottile2021-04-261-1/+1
|\ \ \ | |/ / |/| | Use python -mpip to install pip in github actions
| * | Use python -mpip to install pip in github actionsAnthony Sottile2021-04-261-1/+1
|/ / | | | | This fixes installation on windows
* | Merge pull request #1320 from asottile/ast_syntax_error_earlierAnthony Sottile2021-04-186-94/+47
|\ \ | | | | | | short circuit on ast error before tokenization error
| * | short circuit on ast error before tokenization errorAnthony Sottile2021-04-186-94/+47
|/ /
* | Merge pull request #1319 from PyCQA/format_testsAnthony Sottile2021-04-1845-1312/+1649
|\ \ | | | | | | extend black formatting to tests as well
| * | extend black formatting to tests as wellAnthony Sottile2021-04-1845-1312/+1649
|/ /
* | Merge tag '3.9.1'Anthony Sottile2021-04-153-1/+17
|\ \ | |/ | | | | Release 3.9.1
| * Release 3.9.13.9.1Anthony Sottile2021-04-154-1/+23
| |
| * Fix bug for plugins using extend_default_ignoreIan Stapleton Cordasco2021-04-154-25/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Flake8 3.0 we've had the ability for plugins to use `extend_default_ignore` to register codes they want disabled by default. This, however, was a permanent disabling unfortunately. Our code didn't have a way of understanding that this new set of `ignore` codes was actually the 'default' set for that run. Much like the extended_select_list, we now attach extended_ignore_list to be able to confidently determine if the ignore we get in the DecisionEngine is actually the Default Ignore list and what plugins what us to ignore by default. Refs https://github.com/PyCQA/pep8-naming/pull/157
* | Merge pull request #1317 from PyCQA/fix-extend-default-ignoreAnthony Sottile2021-04-154-179/+407
|\ \ | | | | | | Fix bug for plugins using extend_default_ignore
| * | Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-154-179/+407
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Since Flake8 3.0 we've had the ability for plugins to use `extend_default_ignore` to register codes they want disabled by default. This, however, was a permanent disabling unfortunately. Our code didn't have a way of understanding that this new set of `ignore` codes was actually the 'default' set for that run. Much like the extended_select_list, we now attach extended_ignore_list to be able to confidently determine if the ignore we get in the DecisionEngine is actually the Default Ignore list and what plugins what us to ignore by default. Refs https://github.com/PyCQA/pep8-naming/pull/157
* | Merge pull request #1314 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-04-121-1/+1
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-121-1/+1
|/ /
* | Merge pull request #1312 from fwinkl/extend_selectAnthony Sottile2021-04-116-17/+85
|\ \ | | | | | | Add --extend-select command line argument
| * | Add --extend-select command line argumentFrank Winklmeier2021-04-116-17/+85
|/ / | | | | | | | | | | | | | | | | Implement `--extend-select` command line argument following what was done for `--extend-ignore` in !233. This option can be used to selectively add individual codes without overriding the default list entirely. Addresses the remaining item of issue #1061.
* | Merge pull request #1309 from asottile/improve_coverageAnthony Sottile2021-04-073-17/+9
|\ \ | | | | | | improve code coverage in a few places
| * | improve code coverage in a few placesAnthony Sottile2021-04-073-17/+9
|/ /
* | Merge pull request #1307 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-04-079-78/+94
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | fix mypy errorsAnthony Sottile2021-04-078-76/+92
| | |
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-051-2/+2
|/ /
* | Merge pull request #1306 from PyCQA/issue_templateAnthony Sottile2021-04-041-0/+33
|\ \ | | | | | | add issue template
| * | add issue templateAnthony Sottile2021-04-041-0/+33
|/ /