summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-01-03 21:07:31 +0000
committerGitHub <noreply@github.com>2022-01-03 21:07:31 +0000
commit1bae65fc0e896ed166fb94fbd642a26a096ebb52 (patch)
treec9c4b2b0e1bc665cc8d961e6998d430816a3d6b4
parent7abfc64c3117c139ff4e430c590187067e8f3115 (diff)
downloadmarkupsafe-pre-commit-ci-update-config.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 356b49c..1c75149 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"]
- repo: https://github.com/psf/black
- rev: 21.10b0
+ rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
@@ -21,7 +21,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-bugbear]
- 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