summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c5c9a1e..5cecfd3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,19 +6,19 @@ repos:
6 - id: end-of-file-fixer 6 - id: end-of-file-fixer
7 - id: trailing-whitespace 7 - id: trailing-whitespace
8 - repo: https://github.com/psf/black 8 - repo: https://github.com/psf/black
9 rev: 21.12b0 9 rev: 22.10.0
10 hooks: 10 hooks:
11 - id: black 11 - id: black
12 types_or: 12 types_or:
13 - python 13 - python
14 - repo: https://github.com/asottile/reorder_python_imports 14 - repo: https://github.com/asottile/reorder_python_imports
15 rev: v2.7.1 15 rev: v3.9.0
16 hooks: 16 hooks:
17 - id: reorder-python-imports 17 - id: reorder-python-imports
18 types_or: 18 types_or:
19 - python 19 - python
20 - repo: https://github.com/pre-commit/mirrors-prettier 20 - repo: https://github.com/pre-commit/mirrors-prettier
21 rev: 'v2.5.1' 21 rev: v2.7.1
22 hooks: 22 hooks:
23 - id: prettier 23 - id: prettier
24 types_or: 24 types_or: