Skip to content

Commit fa77284

Browse files
committed
Pre-commit update
1 parent 92cc6ab commit fa77284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repos:
1717
- id: fix-byte-order-marker
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.5
20+
rev: v0.12.4
2121
hooks:
22-
- id: ruff
22+
- id: ruff-check
2323
args: [--fix, --exit-non-zero-on-fix]
2424
- id: ruff-format

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa: D100 D103 ANN401
1+
# ruff: noqa: D100
22
from __future__ import annotations
33

44
from typing import Any

0 commit comments

Comments
 (0)