We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab4dca + 2cf0343 commit c6e5a77Copy full SHA for c6e5a77
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
args: ["--ignore-words=codespell.txt"]
10
exclude: 'codespell.txt|\.svg$'
11
- repo: https://github.com/pre-commit/mirrors-prettier
12
- rev: v4.0.0-alpha.4
+ rev: v4.0.0-alpha.7
13
hooks:
14
- id: prettier
15
- repo: https://github.com/psf/black
@@ -21,7 +21,7 @@ repos:
21
22
- id: flake8
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.13.1
+ rev: 5.13.2
25
26
- id: isort
27
args: ["--settings-path=pyproject.toml"]
models/__version__.py
@@ -1,2 +1,2 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "1.2.1"
+__version__ = "1.2.2"
0 commit comments