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
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ci:
- vulture
- vulture-docs
- yamlfix
- zizmor
- pyrefly
- pyrefly-docs

Expand Down Expand Up @@ -384,6 +385,15 @@ repos:
additional_dependencies: [uv==0.9.5]
stages: [pre-commit]

- id: zizmor
name: zizmor
entry: uv run --extra=dev zizmor .github
language: python
pass_filenames: false
types_or: [yaml]
additional_dependencies: [uv==0.9.5]
stages: [pre-commit]

- id: sphinx-lint
name: sphinx-lint
entry: uv run --extra=dev sphinx-lint --enable=all --disable=line-too-long
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ optional-dependencies.dev = [
"vws-test-fixtures==2023.3.5",
"vws-web-tools==2024.10.6.1",
"yamlfix==1.19.1",
"zizmor==1.19.0",
]
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
urls.Documentation = "https://vws-python.github.io/vws-python-mock/"
Expand Down
Loading