Browse Source
Merge branch 'fastapi:master' into master
pull/14193/head
Profianton
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
.pre-commit-config.yaml
-
docs/en/docs/release-notes.md
|
|
@ -14,7 +14,7 @@ repos: |
|
|
- id: end-of-file-fixer |
|
|
- id: end-of-file-fixer |
|
|
- id: trailing-whitespace |
|
|
- id: trailing-whitespace |
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit |
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit |
|
|
rev: v0.13.3 |
|
|
rev: v0.14.1 |
|
|
hooks: |
|
|
hooks: |
|
|
- id: ruff |
|
|
- id: ruff |
|
|
args: |
|
|
args: |
|
|
|
|
|
@ -11,6 +11,10 @@ hide: |
|
|
|
|
|
|
|
|
* 🌐 Sync German docs. PR [#14188](https://github.com/fastapi/fastapi/pull/14188) by [@nilslindemann](https://github.com/nilslindemann). |
|
|
* 🌐 Sync German docs. PR [#14188](https://github.com/fastapi/fastapi/pull/14188) by [@nilslindemann](https://github.com/nilslindemann). |
|
|
|
|
|
|
|
|
|
|
|
### Internal |
|
|
|
|
|
|
|
|
|
|
|
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#14181](https://github.com/fastapi/fastapi/pull/14181) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci). |
|
|
|
|
|
|
|
|
## 0.119.1 |
|
|
## 0.119.1 |
|
|
|
|
|
|
|
|
### Fixes |
|
|
### Fixes |
|
|
|