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 9689d319e..e1cb78621 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,12 +39,12 @@ repos:
args: [--py37-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
- rev: v5.11.3
+ rev: 5.11.4
hooks:
- id: isort
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
- repo: https://github.com/psf/black
- rev: 23.1a1
+ rev: 22.12.0
hooks:
- id: black
args: [--safe, --quiet]