diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97ddc6f..0c38ac0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: ["--maxkb=1000"] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.26 + rev: 0.10.4 hooks: # Update the uv lockfile - id: uv-lock diff --git a/{{cookiecutter.project_name}}/.vscode/extensions.json b/{{cookiecutter.project_name}}/.vscode/extensions.json index 5a25376..1266d5c 100644 --- a/{{cookiecutter.project_name}}/.vscode/extensions.json +++ b/{{cookiecutter.project_name}}/.vscode/extensions.json @@ -14,4 +14,4 @@ "ms-python.isort", "ms-python.vscode-pylance" ] -} \ No newline at end of file +} diff --git a/{{cookiecutter.project_name}}/.vscode/settings.json b/{{cookiecutter.project_name}}/.vscode/settings.json index 6cfc293..56cc6cd 100644 --- a/{{cookiecutter.project_name}}/.vscode/settings.json +++ b/{{cookiecutter.project_name}}/.vscode/settings.json @@ -30,4 +30,4 @@ }, "evenBetterToml.formatter.reorderKeys": true, "chat.promptFiles": true, -} \ No newline at end of file +}