aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4a73a48..1658ca9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,16 +5,16 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.2.0
+ rev: v3.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
- rev: 20.8b1
+ rev: 22.3.0
hooks:
- id: black
-- repo: https://gitlab.com/pycqa/flake8
- rev: 3.7.9
+- repo: https://github.com/pycqa/flake8
+ rev: 4.0.1
hooks:
- id: flake8