Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e81a2f

Browse files
msullivanemmatyping
authored andcommitted
Use .dmypy.json as the dmypy run file (#5036)
1 parent 9a850ea commit 8e81a2f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ docs/build/
1414
.cache
1515
.runtest_log.json
1616
dmypy.json
17+
.dmypy.json
1718

1819
# Packages
1920
*.egg

mypy/dmypy_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from typing import Any
1010

11-
STATUS_FILE = 'dmypy.json'
11+
STATUS_FILE = '.dmypy.json'
1212

1313

1414
def receive(sock: socket.socket) -> Any:

0 commit comments

Comments
 (0)