Venkatesh-Prasad Ranganath
Venkatesh-Prasad Ranganath
A colleague encountered this failure at work when trying to understand the flakiness of a test. So, the exact repro is hard; hence, the distilled gist. We do plan to...
The statement `mock.Mock = annotations.annot_aiohttp_test_utils_make_mocked_request_mock_Mock()` is exactly 80 chars without indentation. Hence, `astor.to_source(fundefNode.body[0])` output meets @bryce-ma's expectation. With indentation of 4 spaces, the same statement is 84 chars. Hence, the...
I am seeing the same issue with [email protected] executed via [email protected] on [email protected]. Interestingly, prettier runs fine when executed with [email protected].
Interestingly, removing `prettier` from lint-staged does not result in `lint-staged:getSpawnedTask Failed to kill process with pid "946826": Error: No matching pid found at` message. Since prettier works fine outside of...
Strangely, I cannot reproduce the failure today with [email protected] and [email protected] 🤷
I encountered the same issue today and rolling back to [email protected] fixed it 🤷
Here's the output of `npx lint-staged --debug` after removing `node_modules` and running `npm ci`. ``` [STARTED] Running tasks for staged files... [STARTED] package.json — 1 file [STARTED] **/*.{js,jsx,ts,tsx} — 1...
@gitenergy I am seeing the same outcome even after deleting `node_modules` folder and executing `npm ci`. Did you have something else in mind?
@iiroj The outcome is the same with `npm install`. The debug output is identical to the output in [this comment](https://github.com/lint-staged/lint-staged/issues/1559#issuecomment-3070639678).
@iiroj After applying your fix, I did not encounter the failure. Then, I reverted your change and the failure was still absent 🫤 Between my last comment from two days...