Skip to content

Commit 332e4da

Browse files
committed
feat: add pydantic and refactor settings and credentials management
1 parent c6e5a77 commit 332e4da

File tree

10 files changed

+526
-91
lines changed

10 files changed

+526
-91
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

0 commit comments

Comments
 (0)