Skip to content

Commit c6e5a77

Browse files
authored
Merge pull request #60 from FullStackWithLawrence/next
chores and documentation
2 parents 6ab4dca + 2cf0343 commit c6e5a77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: ["--ignore-words=codespell.txt"]
1010
exclude: 'codespell.txt|\.svg$'
1111
- repo: https://github.com/pre-commit/mirrors-prettier
12-
rev: v4.0.0-alpha.4
12+
rev: v4.0.0-alpha.7
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.1
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]

models/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.2.1"
2+
__version__ = "1.2.2"

0 commit comments

Comments
 (0)