Compare commits
3 Commits
1d16e7e24e
...
master
Author | SHA1 | Date | |
---|---|---|---|
fdd8e19aa3 | |||
2ef03c8b45 | |||
4be0617a01
|
@ -1,7 +1,7 @@
|
|||||||
repos:
|
repos:
|
||||||
# Ensure the lockfile is up-to-date and autoexport uv.lock to requirements.txt
|
# Ensure the lockfile is up-to-date and autoexport uv.lock to requirements.txt
|
||||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||||
rev: 0.7.12
|
rev: 0.7.14
|
||||||
hooks:
|
hooks:
|
||||||
- id: uv-lock
|
- id: uv-lock
|
||||||
- id: uv-export
|
- id: uv-export
|
||||||
@ -45,7 +45,7 @@ repos:
|
|||||||
|
|
||||||
# An extremely fast Python linter and formatter.
|
# An extremely fast Python linter and formatter.
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.11.13
|
rev: v0.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
- id: ruff
|
- id: ruff
|
||||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -10,7 +10,10 @@
|
|||||||
"markdownified",
|
"markdownified",
|
||||||
"markdownify",
|
"markdownify",
|
||||||
"pipx",
|
"pipx",
|
||||||
"thead"
|
"pyproject",
|
||||||
|
"thead",
|
||||||
|
"thelovinator",
|
||||||
|
"uvicorn"
|
||||||
],
|
],
|
||||||
"python.analysis.typeCheckingMode": "basic"
|
"python.analysis.typeCheckingMode": "basic"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user