]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ [pre-commit.ci] pre-commit autoupdate (#12176)
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Mon, 9 Sep 2024 18:35:50 +0000 (20:35 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 18:35:50 +0000 (20:35 +0200)
* ⬆ [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.4)

* bump ruff in tests requirements as well

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
.pre-commit-config.yaml
requirements-tests.txt

index 7e58afd4b9362866862968857242b76553b62625..f74816f12352c454ba925d3d613dec6af98d56e7 100644 (file)
@@ -14,7 +14,7 @@ repos:
     -   id: end-of-file-fixer
     -   id: trailing-whitespace
 -   repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.6.3
+    rev: v0.6.4
     hooks:
     -   id: ruff
         args:
index de5fdb8a2a5f8222a650cf508828b5906512c2c8..809a19c0ceff9d72ee69dd103f1bbdcc56739f33 100644 (file)
@@ -3,7 +3,7 @@
 pytest >=7.1.3,<8.0.0
 coverage[toml] >= 6.5.0,< 8.0
 mypy ==1.8.0
-ruff ==0.6.3
+ruff ==0.6.4
 dirty-equals ==0.6.0
 # TODO: once removing databases from tutorial, upgrade SQLAlchemy
 # probably when including SQLModel