summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-18 00:15:49 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-18 00:15:49 +0000
commit04a3c9ce49c2716c0d1e7be2d20d2afdb0702e38 (patch)
tree2147cf13e6e9f7b4e76b28d4fd09add9b049af2d /.pre-commit-config.yaml
parent3a428c2814966af7971f87412d5df47bb307f8d0 (diff)
downloadpint-04a3c9ce49c2716c0d1e7be2d20d2afdb0702e38.tar.gz
pre-commit: autoupdate hook versions
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 3eee921..3c93f9a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.7b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
- rev: 5.8.0
+ rev: 5.9.2
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8