summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 21:07:57 +0000
committerGitHub <noreply@github.com>2022-01-03 21:07:57 +0000
commitc11fe77a27dfda34f511a61b2ace29c90ce5c312 (patch)
tree1cea83f19db90f752eb40ef1e199e928d6768dfb
parent233527d38bfe35b5c28a11a580555b6e8dda34c3 (diff)
downloaditsdangerous-c11fe77a27dfda34f511a61b2ace29c90ce5c312.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.31.0) - [github.com/psf/black: 21.10b0 → 21.12b0](https://github.com/psf/black/compare/21.10b0...21.12b0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
-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 6374a21..4079a07 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.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@@ -12,7 +12,7 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src:tests"]
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
@@ -23,7 +23,7 @@ repos:
- flake8-bugbear
- flake8-implicit-str-concat
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.1.0
hooks:
- id: fix-byte-order-marker
- id: trailing-whitespace