JoaquimEsteves

Results 8 issues of JoaquimEsteves

Hullo, recently tried to add this plugin to a project only to be faced with some dependency issue shenanigans Error Log: ```bash $ npm install --save-dev eslint-plugin-you-dont-need-momentjs npm ERR! code...

Hullo, First of all I'd like to thank you for your work. I am quite enjoying using your library. On to my issue: I have a relatively bare-bones app and...

Hullo, First of all, thanks so much for the plugin. It's absolutely perfect. I just have a small nitpick; I keep having to go back to this repo to look...

Fixes #4617 This allows the following code to trigger the error `typeddict-unknown-key` ```python A = T.TypedDict("A", {"x": int}) def f(x: A) -> None: ... f({"x": 1, "y": "foo"}) # err:...

topic-typed-dict

✨ New argument: --check As the name indicates this will merely _check_ if the code would have been re-written. A further change is that the return value of blacken-docs is...

### Description Hello, we've recently started using your tool in our team. My issue with it is that I abhor when formatters fix my text without warning me first; this...

Hello, I've been playing around with your package and I've loved I'm loving it so far! I would, however, like to have an option in the cli to include a...

First of all, Thank you for your work on such a lovely website. Back on topic, I have some nitpicks with the `need-for-speed` exercise. Consider the following [iterations 2 &...