Skip to content

Commit 4f4bc96

Browse files
[pre-commit.ci] pre-commit autoupdate (#211)
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 e1b15a8 commit 4f4bc96

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
@@ -82,6 +82,7 @@ lint.ignore = [
8282
"D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
8383
"DOC", # not supported
8484
"ISC001", # Conflict with formatter
85+
"RUF067", # `__init__` module should only contain docstrings and re-exports
8586
"S104", # Possible binding to all interface
8687
]
8788
lint.per-file-ignores."tests/**/*.py" = [

0 commit comments

Comments
 (0)