Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent ba7dee3 commit 56faf04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ci:
autoupdate_commit_msg: "MAINT: update lock files"
autoupdate_schedule: quarterly

skip:
- uv-lock

repos:
- repo: meta
hooks:
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ split-on-trailing-comma = false
"PLW0603",
"S101",
"T20",
"TCH00",
"TC00",
]

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit 56faf04

Please sign in to comment.