kaizendorks / pymongo_inmemory

A mongo mocking library with an ephemeral MongoDB running in memory.
MIT License
40 stars 13 forks source link

Fix the linting issue poping up in python standard library #34

Closed ekarademir closed 3 years ago

ekarademir commented 4 years ago

There is a linting issue caused by a Python 3.6 std lib (smtp) which should be ignored by the linter.

https://github.com/kaizendorks/pymongo_inmemory/runs/853863869

ekarademir commented 3 years ago

Linting issue is fixed by Actions update in #36