Results 12 comments of Jan

On my personal pc, the error doesn't appear when using a fresh config file. Maybe the new pylint update fixed something. Will test next week on the work pc.

- Windows 10 Pro 21H2 - Python 3.8.10 - Branch https://github.com/akaihola/darker.git@linter-output-full-path - Pygments 2.13.0 - pyproject.toml: ``` [tool.darker] src = [ "./" ] revision = ":PRE-COMMIT:" diff = false check...

I can reproduce this on 2 seperate windows PC's in Pycharm and in IntelliJ. I'm currently testing this on my home pc again. Python 3.10 (which is the only version...

When running `pre-commit run` in the embedded console it works for IntelliJ (cannot check pycharm since not installed here). I cannot test for Linux since i only have a VM...

> Hi @deadkex, do you recall drawing any conclusions on this? Hey, i don't remember what i did about this but i think i somehow managed to work around it,...

Another example use case: ```py @callback( Output("notifications_container", "children", allow_duplicate=True), Output({"id": MATCH, "type": "grid"}, "rowData", allow_duplicate=True), Input({"id": MATCH, "type": "grid"}, "cellValueChanged") ) def on_edit_grid_callback(event): return on_edit_grid(event) ```

You could try patching the app.callback function to always take the Store as last Input

@AnnMarieW it is a draft since i am looking for ways to implement it like in the [Mantine docs](https://mantine.dev/core/table-of-contents/) (for example turn the TableOfContents elements into Anchors so the path...

@AnnMarieW i'm open for ideas

I can't work on this currently- if someone wants to pick it up feel free to give it a go