summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-05-10 23:28:33 +0200
committerKeewis <keewis@posteo.de>2021-05-10 23:28:33 +0200
commit15b8e7dec6a00f624367f951c82f1a1f2f1a120e (patch)
treec4428e92efe98729684e7b7988cf3ed0d795984b /.pre-commit-config.yaml
parent26e3a8d540d29bd1811c58794cc3d194e8600a3f (diff)
downloadpint-15b8e7dec6a00f624367f951c82f1a1f2f1a120e.tar.gz
autoupdate the pre-commit hooks
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 87c22cc..3eee921 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,14 +1,14 @@
repos:
-- repo: https://github.com/ambv/black
- rev: 20.8b1
+- repo: https://github.com/psf/black
+ rev: 21.5b1
hooks:
- id: black
-- repo: https://github.com/pre-commit/mirrors-isort
- rev: 'v5.6.4'
+- repo: https://github.com/pycqa/isort
+ rev: 5.8.0
hooks:
- - id: isort
+ - id: isort
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.4
+ rev: 3.9.2
hooks:
- id: flake8