Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update pre-commit and Python dependencies, and update one test for
the new fields included in default FastAPI errors.
  • Loading branch information
rra committed May 6, 2024
1 parent 3f35361 commit 25c8b48
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 320 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading

0 comments on commit 25c8b48

Please sign in to comment.