summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-05-09 00:45:18 +0300
committerGitHub <noreply@github.com>2023-05-09 00:45:18 +0300
commita13fb440589014bd8e6555f43a12a02cb83a156a (patch)
treeca68f82f780961eb2408d9ab1a05cd038bd38c0a
parent05e15f073aeb74bbbf2e37379df5fe15c9867d30 (diff)
downloadapscheduler-master.tar.gz
[pre-commit.ci] pre-commit autoupdate (#732)HEADmaster
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 072e8bd..53a78e2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v3.3.1
+ rev: v3.4.0
hooks:
- id: pyupgrade
args: [ "--py37-plus" ]