Skip to content

Commit 1fa612a

Browse files
authored
Merge pull request #61 from FullStackWithLawrence/next
add pydantic configuration
2 parents 11e1d28 + f77049a commit 1fa612a

File tree

11 files changed

+537
-92
lines changed

11 files changed

+537
-92
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.7
12+
rev: v4.0.0-alpha.4
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black

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.2"
2+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)