Skip to content

Commit

Permalink
Merge pull request #16 from black-cape/pydantic-2-update
Browse files Browse the repository at this point in the history
Updated to Pydantic 2
  • Loading branch information
huanchh2 committed Jan 9, 2024
2 parents ec98ef2 + 4f7da80 commit e60b3bf
Show file tree
Hide file tree
Showing 27 changed files with 2,457 additions and 1,518 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.9

0 comments on commit e60b3bf

Please sign in to comment.