Skip to content

Commit 6407bd1

Browse files
committed
Update pre-commit config
1 parent dc6a412 commit 6407bd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ repos:
9898

9999
- id: mypy
100100
name: mypy
101-
stages: [push]
101+
stages: [pre-push]
102102
entry: uv run --extra=dev -m mypy .
103103
language: python
104104
types_or: [python, toml]
@@ -107,23 +107,23 @@ repos:
107107

108108
- id: mypy-docs
109109
name: mypy-docs
110-
stages: [push]
110+
stages: [pre-push]
111111
entry: uv run --extra=dev doccmd --language=python --command="mypy"
112112
language: python
113113
types_or: [markdown, rst, python, toml]
114114
additional_dependencies: ["uv"]
115115

116116
- id: check-manifest
117117
name: check-manifest
118-
stages: [push]
118+
stages: [pre-push]
119119
entry: uv run --extra=dev -m check_manifest .
120120
language: python
121121
pass_filenames: false
122122
additional_dependencies: ["uv"]
123123

124124
- id: pyright
125125
name: pyright
126-
stages: [push]
126+
stages: [pre-push]
127127
entry: uv run --extra=dev -m pyright .
128128
language: python
129129
types_or: [python, toml]
@@ -132,7 +132,7 @@ repos:
132132

133133
- id: pyright-docs
134134
name: pyright-docs
135-
stages: [push]
135+
stages: [pre-push]
136136
entry: uv run --extra=dev doccmd --language=python --command="pyright"
137137
language: python
138138
types_or: [markdown, rst, python, toml]
@@ -269,7 +269,7 @@ repos:
269269

270270
- id: pyright-verifytypes
271271
name: pyright-verifytypes
272-
stages: [push]
272+
stages: [pre-push]
273273
entry: uv run --extra=dev -m pyright --verifytypes vws
274274
language: python
275275
pass_filenames: false

0 commit comments

Comments
 (0)