Sofia Santos commited on
Commit
96b61e6
·
1 Parent(s): e06772e

fix: stage pre-commit

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml CHANGED
@@ -91,7 +91,7 @@ repos:
91
  ]
92
  - id: mypy
93
  name: Running mypy
94
- stages: [commit]
95
  language: system
96
  entry: uv run mypy
97
  args: [--install-types, --non-interactive]
 
91
  ]
92
  - id: mypy
93
  name: Running mypy
94
+ stages: [pre-commit]
95
  language: system
96
  entry: uv run mypy
97
  args: [--install-types, --non-interactive]