kasium
kasium
@kerrermanisNL Hey all, so, the issue is, that inside the context managers, all datetime instances must be of type FakeTime. However if a datetime instance was previously created and is...
I have the same request. Maybe the code could also be changed to ```py except Exception as e: # pylint: disable=broad-except logger.exception("Failed to detach context") ``` Is a PR possible?
@lzchen I'm not able to change this locally. Would you accept an exception which changes the log from `error` to `exception`?
Thanks for your comment. Let me give it a try
@cooperlees I just realized that B014 does partially the same job. The difference is, that it doesn't consider multiple except clauses. I would suggest to tune B014 to also consider...
I'm very sorry for the late pickup. Since this is heavily outdated, let me open a new PR
Wow, great! I guess you then also expose the types by adding a `py.typed` file, right?
Same for flask. Flask 2.1.1 is out but cannot be used
@davidism any update on this? I can try to support if you like 😄
Hey, I've just seen this issue. What's about to use the per file ignore feature of flake8? ``` per-file-ignores = opentracing/*/__init__.py:F401 ```