Skip to content

Commit 412c39a

Browse files
Adrian AcalaAdrian Acala
Adrian Acala
authored and
Adrian Acala
committed
Update setup.cfg and docs/conf.py to add WPS453 ignore rule
- Added WPS453 to the per-file ignores in setup.cfg for docs/conf.py. - Updated docs/conf.py to include a noqa comment for WPS453, suppressing the warning in the documentation configuration file.
1 parent a8ffc54 commit 412c39a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/conf.py

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

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ per-file-ignores =
7474
tests/test_pattern_matching.py: S101, WPS110, WPS218, WPS432
7575
# Annotations:
7676
*.pyi: D103, WPS112, WPS211, WPS428
77+
# Docs conf:
78+
docs/conf.py: WPS453
7779

7880

7981
[isort]

0 commit comments

Comments
 (0)