Skip to content

Commit 59ff610

Browse files
committed
chore: update packages and pre-commit config
1 parent 78f5548 commit 59ff610

File tree

2 files changed

+63
-58
lines changed

2 files changed

+63
-58
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ repos:
2020
entry: hatch run lint:typing
2121
pass_filenames: false
2222
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
2328
- id: eslint
2429
name: Check JavaScript Style and Typing
2530
entry: npm run lint

package-lock.json

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)