Skip to content

Commit a90800c

Browse files
committed
ruff: enable INP rule
1 parent c92de7b commit a90800c

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# noqa: INP001
12
# Configuration file for the Sphinx documentation builder.
23
#
34
# This file only contains a selection of the most common options. For a full

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ select = [
2323
"ISC",
2424
"ICN",
2525
"G",
26+
"INP",
2627
"PIE",
2728
"PYI",
2829
"PT",

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)