summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-10 22:32:14 +0300
committerGitHub <noreply@github.com>2022-10-10 22:32:14 +0300
commit4c2abf97f6fcb1de27e6f1fc1bc954b4c6af30ba (patch)
treeb291fe3179a14bcb2b9b2aa5c368b7d42061f524
parent7c7faaa69f9b84945f9eb02ce09af65c3b9d6a15 (diff)
downloadapscheduler-4c2abf97f6fcb1de27e6f1fc1bc954b4c6af30ba.tar.gz
[pre-commit.ci] pre-commit autoupdate (#668)
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v3.0.0](https://github.com/asottile/pyupgrade/compare/v2.38.0...v3.0.0) - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c376ae9..6f45b05 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,13 +20,13 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v2.38.0
+ rev: v3.0.0
hooks:
- id: pyupgrade
args: [ "--py37-plus" ]
- repo: https://github.com/psf/black
- rev: 22.8.0
+ rev: 22.10.0
hooks:
- id: black