diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-05-03 17:43:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 17:43:10 +0000 |
| commit | ab71527f06f6e3918902731cb987ec57abd6e3a1 (patch) | |
| tree | 21e056dea47b3e7d623bd172f0dc8e202c5b43e5 | |
| parent | 7a371265cf876736b8d03907df26b813874b4201 (diff) | |
| download | flake8-ab71527f06f6e3918902731cb987ec57abd6e3a1.tar.gz | |
[pre-commit.ci] pre-commit autoupdate
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)
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e2bed5..c7cb40c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: reorder-python-imports args: [--application-directories, '.:src', --py36-plus] - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 21.4b2 hooks: - id: black args: [--line-length=79] - repo: https://github.com/asottile/pyupgrade - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pyupgrade args: [--py36-plus] |
