R Aswin
R Aswin
I do feel I (isort), ICN can be included to standardize imports, PT since we use pytest for our testing suite and recently had the addition of fixtures as well...
I ran ruff check --fix . for the isort rules, and it changed nearly 400+ files. Should I include all in a single pr ? and for the Pytest Rule...
The errors from pytest rule are mostly around ` pytest.raises()` being too broad without a match parameter (PT011), the `pytest.raises` block containing multiple statements under its context (PT012) - should...
Yes will work on fixing them!
Hey would like to pick up this issue and work on it !
Hey thanks for assigning this issue, Will definitely work on it and make a PR in quick time
Yes thanks!, would resolve the conflicts and push it
Was thinking to open the PR to enable isort rule along with its suggested fixes as well Though it does suggest changes in a lot of files, most of them...
Hey this looks like an easy issue to pick up on, Can I work on this?