We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2d83b commit 25cc880Copy full SHA for 25cc880
.pre-commit-config.yaml
@@ -5,20 +5,21 @@ default_stages: [commit, push]
5
repos:
6
- repo: local
7
hooks:
8
+ - id: lint_package_update
9
+ name: Update package for lint environment
10
+ entry: hatch run lint:install-packages
11
+ pass_filenames: false
12
+ language: system
13
- id: python_style
14
name: Check Python Style
15
entry: hatch run lint:style
16
pass_filenames: false
17
language: system
- - repo: local
- hooks:
18
- id: python_typing
19
name: Check Python Typing
20
entry: hatch run lint:typing
21
22
23
- id: eslint
24
name: Check JavaScript Style and Typing
25
entry: npm run lint
0 commit comments