diff options
author | Anthony Sottile <asottile@umich.edu> | 2022-03-14 20:53:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 20:53:39 -0400 |
commit | 8d71f26c50311303bc9f23974129767b6a434d55 (patch) | |
tree | 6e643f9de52c20163d07bfe04323918a16946f0b /.pre-commit-config.yaml | |
parent | 79e191d7c68b7c0d77f1f94a53558004c477cf8b (diff) | |
parent | 49a2f88c96af5c94f5e9aa2c02411ef44fc8a4ff (diff) | |
download | pep8-8d71f26c50311303bc9f23974129767b6a434d55.tar.gz |
Merge pull request #1058 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Diffstat (limited to '.pre-commit-config.yaml')
-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 1352e22..03b7129 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/reorder_python_imports - rev: v2.7.1 + rev: v3.0.1 hooks: - id: reorder-python-imports args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.31.1 hooks: - id: pyupgrade args: [--py36-plus] |