summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
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