Skip to content

Commit 1512dde

Browse files
[pre-commit.ci] pre-commit autoupdate (#118)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.16.2](astral-sh/ruff-pre-commit@v0.15.17...v0.16.2) - [github.com/astral-sh/uv-pre-commit: 0.11.21 → 0.12.3](astral-sh/uv-pre-commit@0.11.21...0.12.3) * Ignore Ruff copyright-header rule --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent ff04baa commit 1512dde

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
@@ -28,12 +28,12 @@ repos:
2828
- id: python-use-type-annotations
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.15.17
31+
rev: v0.16.2
3232
hooks:
3333
- id: ruff-check
3434
- id: ruff-format
3535
- repo: https://github.com/astral-sh/uv-pre-commit
36-
rev: 0.11.21
36+
rev: 0.12.3
3737
hooks:
3838
- id: uv-lock
3939
- repo: https://github.com/executablebooks/mdformat

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ select = ["ALL"]
7373
ignore = [
7474
"ANN401", # flake8-annotate typing.Any
7575
"COM812", # Comply with ruff-format.
76+
"CPY001", # Copyright notices are not required.
7677
"ISC001", # Comply with ruff-format.
7778
]
7879

0 commit comments

Comments
 (0)