Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 343cfe7

Browse files
committed
use lint local
1 parent 5c0b8ac commit 343cfe7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
2-
- repo: local
3-
hooks:
4-
- id: lint
5-
name: lint
6-
description: "Lint and sort"
7-
entry: make lint.run
8-
pass_filenames: false
9-
require_serial: true
10-
language: system
11-
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: 'v1.10.0'
13-
hooks:
14-
- id: mypy
15-
verbose: true
16-
entry: bash -c 'mypy "$@" || true' --
2+
- repo: local
3+
hooks:
4+
- id: lint
5+
name: lint
6+
description: "Lint and sort"
7+
entry: make lint.local
8+
pass_filenames: false
9+
require_serial: true
10+
language: system
11+
- repo: https://github.com/pre-commit/mirrors-mypy
12+
rev: "v1.10.0"
13+
hooks:
14+
- id: mypy
15+
verbose: true
16+
entry: bash -c 'mypy "$@" || true' --

0 commit comments

Comments
 (0)