Skip to content

Commit

Permalink
Merge pull request #1159 from VWS-Python/doccmd-doc-types-2
Browse files Browse the repository at this point in the history
Do not run doccmd against Python or toml files
  • Loading branch information
adamtheturtle authored Nov 5, 2024
2 parents 9dd9fa4 + 084f16a commit 9d5eb1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ repos:
stages: [pre-push]
entry: uv run --extra=dev doccmd --language=python --command="mypy"
language: python
types_or: [markdown, rst, python, toml]
types_or: [markdown, rst]

- id: check-manifest
name: check-manifest
Expand All @@ -119,7 +119,7 @@ repos:
stages: [pre-push]
entry: uv run --extra=dev doccmd --language=python --command="pyright"
language: python
types_or: [markdown, rst, python, toml]
types_or: [markdown, rst]

- id: vulture
name: vulture
Expand Down

0 comments on commit 9d5eb1c

Please sign in to comment.