-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into plugin-get-settings
- Loading branch information
Showing
44 changed files
with
958 additions
and
1,001 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,14 @@ ci: | |
autofix_commit_msg: | | ||
[pre-commit.ci] Apply automatic pre-commit fixes | ||
exclude: | | ||
(?x)^( | ||
docusaurus-docs/static/openapi.json | ||
) | ||
repos: | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
# Ruff version. | ||
rev: "v0.8.6" | ||
rev: "v0.9.4" | ||
hooks: | ||
- id: ruff | ||
exclude: "examples|tests/assets" | ||
|
@@ -32,8 +36,9 @@ repos: | |
- id: end-of-file-fixer | ||
exclude: ".python-version-default" | ||
|
||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v4.0.0-alpha.8 | ||
- repo: https://github.com/biomejs/pre-commit | ||
rev: "v0.6.1" | ||
hooks: | ||
- id: prettier | ||
exclude: ^(examples/|templates/|) | ||
- id: biome-check | ||
additional_dependencies: ["@biomejs/[email protected]"] | ||
exclude: ^(examples/|templates/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
150 changes: 0 additions & 150 deletions
150
...tore_server/_internal/alembic/versions/89637f546129_remove_conda_package_build_channel.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.