We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c1c6a commit 2561c07Copy full SHA for 2561c07
2 files changed
.pre-commit-config.yaml
@@ -19,14 +19,14 @@ repos:
19
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.14.10
+ rev: v0.14.11
23
hooks:
24
- id: ruff-format
25
- id: ruff-check
26
args: [--fix]
27
28
- repo: https://github.com/astral-sh/uv-pre-commit
29
- rev: 0.9.22
+ rev: 0.9.23
30
31
- id: uv-lock
32
pyproject.toml
@@ -87,6 +87,7 @@ extend-ignore = [
87
# custom
88
"S404", # `subprocess` module is possibly insecure
89
"S603", # `subprocess` call: check for execution of untrusted input
90
+ "RUF067", # `__init__` module should only contain docstrings and re-exports
91
]
92
extend-safe-fixes = ["F401"]
93
select = ['ALL']
0 commit comments