summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-05 02:06:10 +0300
committerGitHub <noreply@github.com>2023-04-05 02:06:10 +0300
commit05e15f073aeb74bbbf2e37379df5fe15c9867d30 (patch)
treefa7be876277e9481d713f9c9ecc33bfb8cc44436
parent4eceee73a07e1bd5ff1a8e9eb9d18ae5709ea8b6 (diff)
downloadapscheduler-05e15f073aeb74bbbf2e37379df5fe15c9867d30.tar.gz
[pre-commit.ci] pre-commit autoupdate (#716)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) 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 2e79225..072e8bd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
args: [ "--py37-plus" ]
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
@@ -43,7 +43,7 @@ repos:
additional_dependencies: [ flake8-bugbear ]
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.2
+ rev: v2.2.4
hooks:
- id: codespell