Magnus Sommarsjö

Results 8 comments of Magnus Sommarsjö

I got the same type of error. Solved it by downgrading to version `1.5.16`

Removing by simply `pip uninstall docstring-parser` will then give an `ModuleNotFoundError: No module named 'docstring_parser.common'` when running `pydoclint .`. Why I ending up with both is that I have another...

Here is a minimal code sample that will recreate this issue using conda. ```bash conda create -n testenv python=3.9 -y conda activate testenv pip install kfp pydoclint pydoclint . ```

Well I can run it in another environment. But that is not a great workflow for me or my team. This would basically mean that as soon as I need...

Well having all your project dependencies defined in one file `pyproject.toml` is convenient for me. Then you can activate one single virtual environment during development with the necessary tools for...

For me, my collegues and many others in my company its quite common to simple have all project dependencies together with application dependencies in one file (example below with `pyproject.toml`...

> If you use pre-commit, it's even easier to isolate pydoclint from the other dependencies. Because each hook in pre-commit is an isolated environment. > > You can remove `"pydoclint>=0.6.10"`...

Have the same issue. `cluster_id` is removed every time doing `databricks auth login -p `. `Databricks CLI v0.252.0`