Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pyproject_fmt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- '.github/workflows/_build.yaml'
build:
needs: changes
uses: ./.github/workflows/_build.yaml
uses: $/.github/workflows/_build.yaml
with:
package-name: pyproject-fmt
pre-commit-mirror: tox-dev/pyproject-fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox_toml_fmt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- '.github/workflows/_build.yaml'
build:
needs: changes
uses: ./.github/workflows/_build.yaml
uses: $/.github/workflows/_build.yaml
with:
package-name: tox-toml-fmt
pre-commit-mirror: tox-dev/tox-toml-fmt
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
pass_filenames: false
always_run: true
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.26.0"
rev: "v2.29.3"
hooks:
- id: pyproject-fmt
# pin until toml-fmt-common 1.3.4 (with the _build_cli alias) is released; 1.3.3
# dropped that symbol and breaks the published pyproject-fmt (tox-dev/toml-fmt#355)
additional_dependencies: ["toml-fmt-common<1.3.3"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.16.1"
rev: "v0.16.6"
hooks:
- id: ruff-format
args: ["--config", "pyproject.toml"]
Expand All @@ -46,7 +46,7 @@ repos:
- mdformat-gfm>=1
- mdformat-ruff>=0.1.3
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.4
rev: 0.38.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand All @@ -56,11 +56,11 @@ repos:
- id: codespell
additional_dependencies: ["tomli>=2.4"]
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.25
rev: '0.26'
hooks:
- id: validate-pyproject
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.29.0
rev: v1.30.0
hooks:
- id: zizmor
- repo: meta
Expand Down
Loading