diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-07 15:26:11 -0700 |
---|---|---|
committer | Elvis Pranskevichus <elvis@edgedb.com> | 2021-08-07 15:28:55 -0700 |
commit | 88e2427ed1f4d9d396dafc928ae09f2319c08828 (patch) | |
tree | 62d393b1f4517abcc5f7ad56977f13e38a512788 /mypy.ini | |
parent | 07279182486b3c2522a9b3c5d9ca8488545a8ee9 (diff) | |
download | immutables-88e2427ed1f4d9d396dafc928ae09f2319c08828.tar.gz immutables-88e2427ed1f4d9d396dafc928ae09f2319c08828.zip |
Consolidate mypy and pytest config into pyproject.toml
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mypy.ini b/mypy.ini deleted file mode 100644 index 6b604b8..0000000 --- a/mypy.ini +++ /dev/null @@ -1,9 +0,0 @@ -[mypy] -incremental = True -strict = True - -[mypy-immutables.map] -ignore_errors = True - -[mypy-immutables._testutils] -ignore_errors = True |