Wahid Shaikh

Results 11 comments of Wahid Shaikh

Hey I'm a beginner and complete newbie. I would like to attempt and solve this issue. Can you please guide me through the process and assign me this issue?

> Sure, @0x00zer0day! You need to tweak https://github.com/wemake-services/wemake-python-styleguide/blob/master/wemake_python_styleguide/formatter.py#L52 class. My understanding of this problem has changed. > > So: > > * If `FORCE_COLOR` env var is set to `0`,...

@sobolevn, Sorry for being a complete noob here but does this seem correct? : ``` class WemakeFormatter(BaseFormatter): # noqa: WPS214 """ We need to format our style :term:`violations ` beatifully....

@sobolevn , So if i understand this correctly, I should perform `os.environ.get('FORCE_COLOR')` check on these three functions right?

@sobolevn, Is this correct? ```python # Formatting text: force_color_check = str(int(bool(environ.get('FORCE_COLOR')))) def _bold(text: str) -> str: r""" Returns bold formatted text. >>> _bold('Hello!') '\x1b[1mHello!\x1b[0m' """ # return '\033[1m{0}\033[0m'.format(text) if force_color_check...

@sobolevn pardon my sloppy code. Have opened up a PR, please do check if I have done anything wrong

Hello there! @kdelee, If this issue is still open, can you please assign it to me? I'm a newbie but ill try my best to resolve this issue

Hey, I'm left a little confused here, arent all the `__all__` methods placed correctly after calling the import function through out your codebase? There is heavy usage of `import *`...

Hello there @yajo, I am new to the open source community, I would like to try and solve this issue, if you may, could you please assign this issue to...

@prbhtkumr I'd like to work on this one bro, would like you to assign this to me