summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-27 12:09:59 +0100
committerGitHub <noreply@github.com>2021-12-27 12:09:59 +0100
commit09546b5f83fd5bc93809ee8880b69c328b699a60 (patch)
tree46d9375c013a8a27cc964459695e426ce0b4028c /.pre-commit-config.yaml
parentc6868370e8717936b54f6f54b011231824b50b55 (diff)
downloadpint-09546b5f83fd5bc93809ee8880b69c328b699a60.tar.gz
pre-commit: autoupdate hook versions (#1437)
* pre-commit: autoupdate hook versions * pre-commit: autoupdate hook versions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 1ee7f52..9a842e3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort