Skip to content

Commit d4efa29

Browse files
committed
chore: correct pre-commit-config
1 parent 59ff610 commit d4efa29

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,26 @@ repos:
1010
entry: hatch run lint:install-packages
1111
pass_filenames: false
1212
language: system
13+
types:
14+
- "python"
1315
- id: python_style
1416
name: Check Python Style
1517
entry: hatch run lint:style
1618
pass_filenames: false
1719
language: system
20+
types:
21+
- "python"
1822
- id: python_typing
1923
name: Check Python Typing
2024
entry: hatch run lint:typing
2125
pass_filenames: false
2226
language: system
23-
- id: npm install --also-dev
24-
name: Reinstall npm packages
25-
entry: npm install --also-dev
26-
pass_filenames: false
27-
language: system
27+
types:
28+
- "python"
2829
- id: eslint
2930
name: Check JavaScript Style and Typing
3031
entry: npm run lint
3132
pass_filenames: false
3233
language: system
34+
types:
35+
- "javascript"

0 commit comments

Comments
 (0)