Skip to content

Commit d0a0b35

Browse files
committed
💅 Make ini configs two-space
1 parent 8a48c2f commit d0a0b35

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.coveragerc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ source =
1313
[report]
1414
skip_covered = true
1515
show_missing = true
16-
exclude_lines =
17-
\#\s*pragma: no cover
18-
^\s*raise AssertionError\b
19-
^\s*raise NotImplementedError\b
20-
^\s*return NotImplemented\b
21-
^\s*raise$
22-
^if __name__ == ['"]__main__['"]:$
16+
exclude_also =
17+
\#\s*pragma: no cover
18+
^\s*raise AssertionError\b
19+
^\s*raise NotImplementedError\b
20+
^\s*return NotImplemented\b
21+
^\s*raise$
22+
^if __name__ == ['"]__main__['"]:$
2323
2424
[run]
2525
branch = true

.flake8

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ pytest-mark-no-parentheses = true
7777

7878
# flake8-rst-docstrings
7979
rst-roles =
80-
# Built-in Sphinx roles:
81-
class,
82-
py:class,
83-
py:meth,
84-
# Sphinx's internal role:
85-
event,
80+
# Built-in Sphinx roles:
81+
class,
82+
py:class,
83+
py:data,
84+
py:meth,
85+
# Sphinx's internal role:
86+
event,
8687

8788
# wemake-python-styleguide
8889
show-source = true

0 commit comments

Comments
 (0)