Skip to content

Commit 7b7177e

Browse files
committed
Fixed plugin path in mypy.ini
1 parent a7058f2 commit 7b7177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mypy]
22
strict = True
3-
plugins = .\typed_descriptors\mypy_plugin.py, mypy.plugins.proper_plugin
3+
plugins = typed_descriptors.mypy_plugin, mypy.plugins.proper_plugin

0 commit comments

Comments
 (0)