summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-11-07 00:19:03 +0000
committerJules Chéron <43635101+jules-ch@users.noreply.github.com>2021-12-10 00:01:14 +0100
commit9c8953ebc9ddcb18bf957f1aea90950d3c59308e (patch)
tree3f2f3190a70c57277080d90bbafa052a47cfb30c /.pre-commit-config.yaml
parent4d0f842d8cd15e6d1763a63a2d1b4a8150847a45 (diff)
downloadpint-9c8953ebc9ddcb18bf957f1aea90950d3c59308e.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 4b183a3..17e0f1d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.9b0
+ rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
- rev: 5.9.3
+ rev: 5.10.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8