summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a63d8e0d..f4879c82 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.29.0
+ rev: v2.29.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
@@ -18,7 +18,7 @@ repos:
files: "^examples/"
args: ["--application-directories", "examples"]
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8