summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-01 06:52:49 -0700
committerGitHub <noreply@github.com>2022-11-01 06:52:49 -0700
commit499a2627ee9dad70f02cf1d39472f67ce2334f30 (patch)
tree433a423ad5026ea9bf722ae8f55d1187764d30cd
parentc4940f7e3e510cc38e05a892fe1657962c018884 (diff)
downloaditsdangerous-499a2627ee9dad70f02cf1d39472f67ce2334f30.tar.gz
[pre-commit.ci] pre-commit autoupdate (#317)
-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 802db15..7c8be1d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,18 +3,18 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
- rev: v2.37.3
+ rev: v3.2.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
- rev: v3.8.2
+ rev: v3.9.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src:tests"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/psf/black
- rev: 22.8.0
+ rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8