summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-02-06 20:51:55 +0000
committerAlex Grönholm <alex.gronholm@nextday.fi>2023-02-07 17:47:45 +0200
commit4eceee73a07e1bd5ff1a8e9eb9d18ae5709ea8b6 (patch)
treef4e0b16252d48554dc9230cd1cbcfb99a0fc144e
parentab290bbb329028976994958d7fee22c28b3b5f97 (diff)
downloadapscheduler-4eceee73a07e1bd5ff1a8e9eb9d18ae5709ea8b6.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0)
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 68b9f8b..2e79225 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,12 +26,12 @@ repos:
args: [ "--py37-plus" ]
- repo: https://github.com/psf/black
- rev: 22.12.0
+ rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort
args: [ "-a", "from __future__ import annotations" ]
@@ -48,7 +48,7 @@ repos:
- id: codespell
- repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.9.0
+ rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore