Skip to content

Commit 2561c07

Browse files
Update pre-commit (#240)
* Update pre-commit * Disable weird new rule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: STerliakov <terlya.stas@gmail.com>
1 parent 45c1c6a commit 2561c07

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919

2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.10
22+
rev: v0.14.11
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff-check
2626
args: [--fix]
2727

2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.9.22
29+
rev: 0.9.23
3030
hooks:
3131
- id: uv-lock
3232

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ extend-ignore = [
8787
# custom
8888
"S404", # `subprocess` module is possibly insecure
8989
"S603", # `subprocess` call: check for execution of untrusted input
90+
"RUF067", # `__init__` module should only contain docstrings and re-exports
9091
]
9192
extend-safe-fixes = ["F401"]
9293
select = ['ALL']

0 commit comments

Comments
 (0)