summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryobmod <yobmod@gmail.com>2021-02-28 18:44:29 +0000
committeryobmod <yobmod@gmail.com>2021-02-28 18:44:29 +0000
commit26ccee15ae1712baf68df99d3f5f2fec5517ecbd (patch)
tree20770e5e41a6efcdbb4ae7a61c252e68f1e498a8
parent300261de4831207126906a6f4848a680f757fbd4 (diff)
downloadgitpython-26ccee15ae1712baf68df99d3f5f2fec5517ecbd.tar.gz
add newlines
-rw-r--r--.gitignore2
-rw-r--r--mypy.ini2
-rw-r--r--test/tstrunner.py (renamed from test/testrunner.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 24181a52..db7c881c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,4 @@ nbproject
.cache/
.mypy_cache/
.pytest_cache/
-monkeytype.* \ No newline at end of file
+monkeytype.sqlite3
diff --git a/mypy.ini b/mypy.ini
index 72716491..349266b7 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,4 +1,4 @@
[mypy]
-disallow_untyped_defs = True \ No newline at end of file
+disallow_untyped_defs = True
diff --git a/test/testrunner.py b/test/tstrunner.py
index a3bcfa3c..a3bcfa3c 100644
--- a/test/testrunner.py
+++ b/test/tstrunner.py