Skip to content

Commit 6906c9e

Browse files
[pre-commit.ci] pre-commit autoupdate (#108)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 59b9e12 commit 6906c9e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.14.10"
27+
rev: "v0.14.11"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ lint.ignore = [
7777
"D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
7878
"DOC501", # not working with Sphinx
7979
"ISC001", # Conflict with formatter
80+
"RUF067", # `__init__` module should only contain docstrings and re-exports
8081
"S104", # Possible binding to all interfaces
8182
]
8283
lint.per-file-ignores."tests/**/*.py" = [

0 commit comments

Comments
 (0)