Skip to content

Commit 113c478

Browse files
committed
Remove enum from pre-commit
1 parent 0d43c41 commit 113c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
rev: v1.1.1
2121
hooks:
2222
- id: mypy
23-
additional_dependencies: [marshmallow-enum,typeguard,marshmallow]
23+
additional_dependencies: [typeguard,marshmallow]
2424
args: [--show-error-codes]
2525
- repo: https://github.com/asottile/blacken-docs
2626
rev: 1.13.0

0 commit comments

Comments
 (0)