Skip to content

Commit 19fdb47

Browse files
chore(deps): update pre-commit hook marcogorelli/cython-lint to v0.17.0 (#124)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [MarcoGorelli/cython-lint](https://redirect.github.com/MarcoGorelli/cython-lint) | repository | minor | `v0.16.7` -> `v0.17.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>MarcoGorelli/cython-lint (MarcoGorelli/cython-lint)</summary> ### [`v0.17.0`](https://redirect.github.com/MarcoGorelli/cython-lint/releases/tag/v0.17.0) [Compare Source](https://redirect.github.com/MarcoGorelli/cython-lint/compare/v0.16.7...v0.17.0) Introduces the `--ban-relative-imports` flag </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/graph-sitter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8b5263 commit 19fdb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
additional_dependencies: ["@biomejs/[email protected]"]
2626
exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/sdk/output)|(tests/integration/verified_codemods)|(docs/samples)|(examples/examples/ai_impact_analysis)
2727
- repo: https://github.com/MarcoGorelli/cython-lint
28-
rev: v0.16.7
28+
rev: v0.17.0
2929
hooks:
3030
- id: cython-lint
3131
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)