Skip to content

Commit 7a15176

Browse files
committed
ugh
1 parent afa86fb commit 7a15176

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v1.5.1
44
hooks:
55
- id: mypy
6-
args: [--strict, flag_engine, tests]
6+
args: [--strict]
77
additional_dependencies: [pydantic, pytest, pytest_mock, types-pytest-lazy-fixture, types-setuptools, semver]
88
- repo: https://github.com/MarcoGorelli/absolufy-imports
99
rev: v0.3.1
@@ -33,3 +33,6 @@ repos:
3333
rev: v2.7.1
3434
hooks:
3535
- id: prettier
36+
37+
ci:
38+
skip: [mypy]

0 commit comments

Comments
 (0)