We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cc6ab commit fa77284Copy full SHA for fa77284
.pre-commit-config.yaml
@@ -17,8 +17,8 @@ repos:
17
- id: fix-byte-order-marker
18
- id: detect-private-key
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.11.5
+ rev: v0.12.4
21
hooks:
22
- - id: ruff
+ - id: ruff-check
23
args: [--fix, --exit-non-zero-on-fix]
24
- id: ruff-format
conftest.py
@@ -1,4 +1,4 @@
1
-# ruff: noqa: D100 D103 ANN401
+# ruff: noqa: D100
2
from __future__ import annotations
3
4
from typing import Any
0 commit comments