aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml
index 435e2038..4f4dddd1 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 20.8b1
+ rev: 22.1.0
hooks:
- id: black
language_version: python3.10