Skip to content

Commit f4cff03

Browse files
authored
chore: migrate pre-commit config (#1448)
1 parent 09f4588 commit f4cff03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ repos:
2222
name: ruff-format
2323
entry: ruff format --force-exclude
2424
language: system
25-
stages: [commit]
25+
stages: [pre-commit]
2626
types_or: [python, pyi, jupyter]
2727
require_serial: true
2828

2929
- id: codespell
3030
name: codespell
3131
entry: codespell
3232
language: system
33-
stages: [commit]
33+
stages: [pre-commit]
3434
types_or: [jupyter, markdown, python, shell]
3535

3636
- id: doc8
@@ -45,6 +45,6 @@ repos:
4545
entry: mypy
4646
args: [--no-incremental]
4747
language: system
48-
stages: [commit]
48+
stages: [pre-commit]
4949
types: [python]
5050
require_serial: true

0 commit comments

Comments
 (0)