Results 17 comments of Jon Grace-Cox

For those still looking for this feature, you can create a local config (not my preferred approach): ```yaml - repo: local hooks: - id: gherkin-lint name: Gherkin Lint description: Check...

Thanks for raising this @jmmb13. It's not possible at the moment, but could be enhanced to handle it. I'll take a look and see what I can do.

This wasn't too complicated to do. I've got a PR open (#90), but need to do some work before releasing it as the Travis deployment process isn't working and needs...

I've provided a basic implementation in #281 to demonstrate what I'm thinking. Logging is disabled by default, and enabled using `enable-logging` in config: ![image](https://github.com/user-attachments/assets/bd28f199-d4c1-40eb-9617-2cf6b7273ea3) Example log file: ![image](https://github.com/user-attachments/assets/97dfd9e1-e283-444b-b4f5-67b989f405a1) Contents: ```json...

In version 1.8 of dbt-core there was a PR ([#9350](https://github.com/dbt-labs/dbt-core/pull/9350)) to move the `RunResultOutput` class into `core/dbt/artifacts/run.py`. An easy fix for this might be to use a try/except and import...

If you still experience installation errors after trying the recommended steps above you can try the following steps: - Start by trying the [process described above](https://github.com/docker/for-mac/issues/7531#issuecomment-2580595610) - Download the latest...

This is still an issue with `1.16.0`. The `__init__.py` file needs to be updated as part of `setup.py` or the package build GitHub workflow.