diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-05-11 16:51:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 16:51:17 -0700 |
| commit | 4fdb0a2b2fda7a20ca92b7fa8b5bf917fa74a6b5 (patch) | |
| tree | 29157b95aaddebfe45966de0e686b85db0c1fe2a | |
| parent | 1d30b79ce1f6d1db77e60d7ac207168e57e285b7 (diff) | |
| parent | 764e2a93d7f4e8f169ee225d9a8d27e1aa2e5780 (diff) | |
| download | flake8-4fdb0a2b2fda7a20ca92b7fa8b5bf917fa74a6b5.tar.gz | |
Merge pull request #1330 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
| -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 c7cb40c..3e3e123 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.4b2 + rev: 21.5b1 hooks: - id: black args: [--line-length=79] - repo: https://github.com/asottile/pyupgrade - rev: v2.14.0 + rev: v2.15.0 hooks: - id: pyupgrade args: [--py36-plus] |
