Skip to content

Commit 09ea63c

Browse files
committed
allow unused noqa directive, because we alias the bytes.py as _bytes.py
1 parent f143b7b commit 09ea63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyo3-bytes/bytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Type hint for `pyo3_bytes.Bytes` objects."""
22

3-
# ruff: noqa: D205, D105
3+
# ruff: noqa: D205, D105 # noqa: RUF100
44
from __future__ import annotations
55

66
import sys

0 commit comments

Comments
 (0)