summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-29 12:16:36 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-03-29 12:16:36 -0500
commitc353174efce828ae4c8fb0021eebc8262c8e5da8 (patch)
tree70027e7b5f4dc269e19468e0205a9f060f28387a /.pre-commit-config.yaml
parent9437556cb87caa6aa29cf7998730b143ecbe4f75 (diff)
downloadrequests-cache-c353174efce828ae4c8fb0021eebc8262c8e5da8.tar.gz
Update black to 22.3.0 due to psf/black#2964
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 325e205..232736a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 22.1.0
+ rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
@@ -26,7 +26,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.931
+ rev: v0.942
hooks:
- id: mypy
files: requests_cache