summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-07-25 21:42:03 +0300
committerGitHub <noreply@github.com>2022-07-25 21:42:03 +0300
commite485db3f222d80cd0dd313740c6a08b849ce86e0 (patch)
tree53e7d6bc83fe3a50bea82def354f9b1b612e46c8 /.pre-commit-config.yaml
parent91e501a6866f763d3003dc20dc10f64783b22048 (diff)
downloadapscheduler-e485db3f222d80cd0dd313740c6a08b849ce86e0.tar.gz
[pre-commit.ci] pre-commit autoupdate (#647)
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 ef73b80..fdb93be 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: v2.37.1
+ rev: v2.37.2
hooks:
- id: pyupgrade
args: [ "--py37-plus" ]