summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 17:47:03 +0000
committerGitHub <noreply@github.com>2022-01-03 17:47:03 +0000
commitbf4466a15127e627303274e6a3c3ebfb993b4a8a (patch)
treeef50b9eeb2eb9d056bb0f2a3ae82545f7f2ac555
parenta0e1647117225b10e3ee96f9a895ecf2fea40eaf (diff)
downloadapscheduler-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v2.30.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.30.1...v2.31.0)
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c94bdd6..930d315 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
args: ["-a", "from __future__ import annotations"]
- repo: https://github.com/asottile/pyupgrade
- rev: v2.30.1
+ rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]