summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:07:50 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:12:58 -0600
commitb51f3618329311fd708ce46a48dbcd96717b48fa (patch)
treea2f414065b2a80c3fe0ba87a21f93ba4427b2103 /.pre-commit-config.yaml
parentccf789ae8d2482a02e72a643571b56008969ce83 (diff)
downloadrequests-cache-b51f3618329311fd708ce46a48dbcd96717b48fa.tar.gz
Update dependencies and pre-commit hooks
Diffstat (limited to '.pre-commit-config.yaml')
-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 987555c..ea95672 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.1.0
hooks:
- id: check-toml
- id: check-yaml
@@ -8,7 +8,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
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.910-1
+ rev: v0.930
hooks:
- id: mypy
files: requests_cache