update linter.yml to not validate using isort#24
update linter.yml to not validate using isort#24mdhishaamakhtar wants to merge 2 commits intoGDGVIT:mainfrom
Conversation
isort and black conflict with each other. Hence, disable isort.
|
@mdhishaamakhtar perhaps this is a better solution. You can set the path for |
|
@mdhishaamakhtar put the config file in the |
|
There is no config file. And putting it in the .github folder won't help since github actions consider project root as the working directory. And this isn't any actions specific thing. In general when someone linting their code before pushing this file should still be there. |
|
You'll have to write a config file with config options according to the issue I linked to avoid isort conflicting with black - just adding a config path to the super linter action won't help. |
isort and black conflict with each other. Hence, disabling isort.
@SaurusXI @BRO3886 @SphericalKat