Skip to content

Commit

Permalink
🔧 Update (libraries): Black 24.8.0, ruff 0.6.2 and fastapi 0.112.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Aug 29, 2024
1 parent cbccc96 commit c05c9d2
Show file tree
Hide file tree
Showing 4 changed files with 967 additions and 2,515 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ repos:
args: [ --markdown-linebreak-ext=md ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -46,20 +46,20 @@ repos:

# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.2
hooks:
# Run the formatter.
- id: ruff-format
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
args: [ --config-file=./pyproject.toml ]
Expand Down
Loading

0 comments on commit c05c9d2

Please sign in to comment.