Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into pydantic-v2-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaminator committed Jul 7, 2023
2 parents 274f2b6 + 1de7477 commit ae295f5
Show file tree
Hide file tree
Showing 288 changed files with 15,514 additions and 3,475 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ exclude_lines =

@overload

# Those are not supposed to be hit
assert_never\(\w+\)

ignore_errors = True

omit =
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/checkout@v2

- run: pip install poetry
- run: poetry config experimental.new-installer false

- name: "Python dependencies cache"
id: cache-poetry-dependencies
Expand Down
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ repos:
rev: 23.3.0
hooks:
- id: black
exclude: ^tests/codegen/snapshots/python/
exclude: ^tests/\w+/snapshots/

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.264
rev: v0.0.272
hooks:
- id: ruff
exclude: ^tests/codegen/snapshots/python/
exclude: ^tests/\w+/snapshots/

- repo: https://github.com/patrick91/pre-commit-alex
rev: aa5da9e54b92ab7284feddeaf52edf14b1690de3
Expand All @@ -29,9 +29,10 @@ repos:
- id: trailing-whitespace
- id: check-merge-conflict
- id: end-of-file-fixer
exclude: ^tests/relay/snapshots
- id: check-toml

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs
Loading

0 comments on commit ae295f5

Please sign in to comment.