Skip to content

Commit

Permalink
🔧 Update (libraries): Pydantic 2.8.2, ruff 0.5.1 and trio 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Jul 9, 2024
1 parent b1fc43c commit cbccc96
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 182 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -52,7 +52,7 @@ repos:
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
# Run the formatter.
- id: ruff-format
Expand Down
Loading

0 comments on commit cbccc96

Please sign in to comment.