Aniruddha Bhattacharjee

Results 11 issues of Aniruddha Bhattacharjee

**Problem** Consider the below comment: `# this comment is longer than what is specified in line length arguments passed to black blah blah blah blah blah blah` If I run...

T: design
F: comments
F: linetoolong

Basically like the `--exclude regex_pattern` flag in *black* and *flake8* etc, where directories and files are matched with the regular expression provided to check whether they should be excluded for...

enhancement
documentation

Presently, any unindented comment in an indented block gets cut off and causes a syntax error in the formatted file as raised in issue #1899

In reference to https://github.com/PyCQA/isort/pull/1738#issuecomment-850901923 of using caching to improve `isort` performance. As you said, I would refer to the cache implementation in `black` and model my implementation based on that...

Catch all parsing errors within this exeption rather than crashing. Resolves issue #2105

- [ x ] Resolves #2087 - [ x ] Added tests Edit by @DanielNoord: Also closes https://github.com/PyCQA/isort/issues/1899

Extend the test cases to cover all potential use-cases and test all sections of the code. Feel free to work on this, over multiple PRs.

## Feature Request Create a docker image for the project, which will enable developers to build the image and implement CatchIT in their environments.