Skip to content

Commit 98ca244

Browse files
committed
build: disable pre-commit hook check-types
1 parent f01639a commit 98ca244

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ repos:
1616
language: system
1717
types: [ python ]
1818
require_serial: true
19-
- id: check-types
20-
name: check-types
21-
entry: poetry run poe check-types-pre-commit
22-
language: system
23-
types: [ python ]
24-
require_serial: true
19+
# - id: check-types
20+
# name: check-types
21+
# entry: poetry run poe check-types-pre-commit
22+
# language: system
23+
# types: [ python ]
24+
# require_serial: true

0 commit comments

Comments
 (0)