diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b89d2b9..027fe35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,9 @@ ci: autoupdate_commit_msg: "MAINT: update lock files" autoupdate_schedule: quarterly + skip: + - uv-lock + repos: - repo: meta hooks: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0370e69..5fa75c4 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,6 +8,7 @@ "github.vscode-pull-request-github", "mhutchie.git-graph", "ms-python.python", + "ms-toolsai.jupyter", "ms-vsliveshare.vsliveshare", "redhat.vscode-yaml", "soulcode.vscode-unwanted-extensions", diff --git a/pyproject.toml b/pyproject.toml index bceef6a..5c95afa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ split-on-trailing-comma = false "PLW0603", "S101", "T20", - "TCH00", + "TC00", ] [tool.ruff.lint.pydocstyle]