Skip to content

Commit

Permalink
Merge branch 'main' into update-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 7, 2025
2 parents 16a9e6a + ee0f355 commit 60fc238
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 425 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ concurrency:
cancel-in-progress: |-
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
env:
PYTHONHASHSEED: "0"

on:
push:
branches:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.6
rev: 0.5.8
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
Expand All @@ -71,7 +71,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/prettier-pre-commit
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier

Expand All @@ -81,7 +81,7 @@ repos:
- id: taplo-format

- repo: https://github.com/pappasam/toml-sort
rev: v0.24.1
rev: v0.24.2
hooks:
- id: toml-sort
args:
Expand All @@ -99,6 +99,6 @@ repos:
)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.2
rev: 0.5.15
hooks:
- id: uv-lock
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"ms-python.python",
"ms-toolsai.jupyter",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-vscode.live-server",
"soulcode.vscode-unwanted-extensions",
"stkb.rewrap",
Expand All @@ -27,6 +26,7 @@
"ms-python.isort",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-toolsai.vscode-jupyter-slideshow",
"travisillig.vscode-json-stable-stringify",
"tyriar.sort-lines"
]
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ split-on-trailing-comma = false
"PLW0603",
"S101",
"T20",
"TCH00",
"TC00",
]
"docs/*" = [
"INP001",
Expand Down Expand Up @@ -169,8 +169,6 @@ skipsdist = True
[testenv]
passenv = *
setenv =
PYTHONHASHSEED = 0
[testenv:doc]
allowlist_externals =
Expand Down
Loading

0 comments on commit 60fc238

Please sign in to comment.