summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-17 22:25:56 +0300
committerGitHub <noreply@github.com>2022-10-17 22:25:56 +0300
commit494bcbec174153f88fa0893e09efed38d15703cb (patch)
treead354b6b4c386b986bf3d34687df5968ad52cf3a
parent4c2abf97f6fcb1de27e6f1fc1bc954b4c6af30ba (diff)
downloadapscheduler-494bcbec174153f88fa0893e09efed38d15703cb.tar.gz
[pre-commit.ci] pre-commit autoupdate (#670)
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.1.0) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2) 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 6f45b05..acc5e9b 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.0.0
+ rev: v3.1.0
hooks:
- id: pyupgrade
args: [ "--py37-plus" ]
@@ -43,7 +43,7 @@ repos:
additional_dependencies: [ flake8-bugbear ]
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.1
+ rev: v2.2.2
hooks:
- id: codespell