Skip to content

Commit 7edd507

Browse files
committed
remove trailing white space
1 parent 7b21662 commit 7edd507

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vale-styles/package-guide-test/PyPI.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ action:
77
# swap maps tokens in form of bad: good
88
swap:
99
# lower case defined as regex to prevent false positives in URLs or other identifiers
10-
- (?:\spypi[\.,]?\s): PyPI
10+
- (?:\spypi[\.,]?\s): PyPI
1111
- (?:\stestpypi[\.,;:]?\s): TestPyPI
1212
- (?:\stest-pypi[\.,;:]?\s): TestPyPI
1313
# other tests are defined with strings
@@ -19,5 +19,4 @@ swap:
1919
- testPyPI: TestPyPI
2020
- testPYPI: TestPyPI
2121
- TestPypi: TestPyPI
22-
- TestPYPI: TestPyPI
23-
22+
- TestPYPI: TestPyPI

0 commit comments

Comments
 (0)