Skip to content

Commit fb5e5a0

Browse files
pre-commit: bump repositories (#1139)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: 2700fd5671c633760d912769c041bfcde2b9a01b → cb8c523fd4835aba42af70f4cad5568db4df0b6c](astral-sh/ruff-pre-commit@2700fd5...cb8c523) - [github.com/zizmorcore/zizmor-pre-commit: 64a97fb7fa63188393d3215c6e312f5f9c6d0f78 → 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129](zizmorcore/zizmor-pre-commit@64a97fb...067260d) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 358c7a7 commit fb5e5a0

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
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies: ["sphinx>=9.1"]
4747
exclude: ^docs/index\.rst$ # https://github.com/LilSpazJoekp/docstrfmt/issues/176
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: 2700fd5671c633760d912769c041bfcde2b9a01b # frozen: v0.15.22
49+
rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0
5050
hooks:
5151
- id: ruff-check
5252
args: [--fix, --show-fixes]
@@ -68,7 +68,7 @@ repos:
6868
- id: rst-directive-colons
6969
- id: rst-inline-touching-normal
7070
- repo: https://github.com/zizmorcore/zizmor-pre-commit
71-
rev: 64a97fb7fa63188393d3215c6e312f5f9c6d0f78 # frozen: v1.27.0
71+
rev: 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129 # frozen: v1.28.0
7272
hooks:
7373
- id: zizmor
7474
files: "^\\.github"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ ignore = [
223223
"ANN401", # Disallow Any
224224
"BLE001", # Blind exceptions are fine if re-raised or passed on
225225
"COM812", # Trailing commas teach the formatter
226+
"CPY001", # No copyright notice at top of file
226227
"D", # Too many doc requests
227228
"ERA", # Commented out code
228229
"FBT", # Boolean trap hard to fix on existing API

0 commit comments

Comments
 (0)