Skip to content

Commit eb4ff42

Browse files
committed
add dmypy.json - without initial '.', to Python.gitignore.
Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy.
1 parent 07a1dd6 commit eb4ff42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ venv.bak/
103103
# mypy
104104
.mypy_cache/
105105
.dmypy.json
106+
dmypy.json
107+

0 commit comments

Comments
 (0)