good first issuehacktoberfesttests
仓库指标
- 星标
- (3,990 个星标)
- PR 合并指标
- (平均合并 1天 23小时) (30 天内合并 147 个 PR)
描述
Problem Definition
For backend tests we have an exception in setup.cfg here: https://github.com/rotki/rotki/blob/b07063d35164f59b438a7385b3c72955a90e71d9/setup.cfg#L28-L32
We don't have strict typing check for all tests.
Task
- Remove the lines shown above
- Properly type everything in tests so that linting passes again