summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-05-08 10:55:00 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-05-08 10:55:00 -0500
commit469d91f460ec9dff42aa7b34f7c9dd11ca34f411 (patch)
treec0fbfc2b09f0a1f44ea1d101d648822600e216d1 /.pre-commit-config.yaml
parente5f4af688418efa9441854004fc8a6b6e7f49d01 (diff)
downloadrequests-cache-469d91f460ec9dff42aa7b34f7c9dd11ca34f411.tar.gz
Update dependencies and pre-commit hooks
Diffstat (limited to '.pre-commit-config.yaml')
-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 5939154..bded4e8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
@@ -22,7 +22,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.1.1
+ rev: v1.2.0
hooks:
- id: mypy
files: requests_cache