Skip to content

Commit 33fd67c

Browse files
[pre-commit.ci] pre-commit autoupdate (#410)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <[email protected]>
1 parent 2a90e4e commit 33fd67c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: pyproject-fmt
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

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ lint.ignore = [
214214
"D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
215215
"D301", # Use `r"""` if any backslashes in a docstring
216216
"D401", # The first line of docstring should be in imperative mood
217+
217218
"DOC", # no support for restructuredtext
219+
"RUF067", # `__init__` module should only contain docstrings and re-exports
218220
"S104", # Possible binding to all interfaces
219221
]
220222
lint.per-file-ignores."tests/**/*.py" = [

0 commit comments

Comments
 (0)