Skip to content

Commit 819680e

Browse files
committed
Fixes CI
1 parent e04c094 commit 819680e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ per-file-ignores =
7777
# There are multiple assert's in tests:
7878
tests/*.py: S101, WPS204, WPS218, WPS226, WPS432, WPS436
7979
# Some examples don't have any docs on purpose:
80-
tests/test_examples/test_pair1.py: D102
81-
tests/test_examples/test_pair2.py: D102
80+
tests/test_examples/*: D102
8281
# Annotations:
8382
*.pyi: D103, WPS112, WPS211, WPS428
8483

0 commit comments

Comments
 (0)