diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-04-12 17:12:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 17:12:21 +0000 |
commit | 8bce338a8ba179b0196a57c4a4689ab2645f3624 (patch) | |
tree | e6e71de6b7800046d8eb58e488e68cbc712295e3 | |
parent | 0d602dbd2535b720ce254f428d502c3a2ee06acc (diff) | |
download | markupsafe-8bce338a8ba179b0196a57c4a4689ab2645f3624.tar.gz |
[pre-commit.ci] pre-commit autoupdate
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09a6788..838e0a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.11.0 + rev: v2.12.0 hooks: - id: pyupgrade args: ["--py36-plus"] |