Skip to content

Commit c49be03

Browse files
committed
Merge remote-tracking branch 'origin/master' into versioneer
2 parents c8a01e8 + 2ede57f commit c49be03

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc8.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ exclude=./versioneer.py,
3939
# See the docstring in versioneer.py for instructions. Note that you must
4040
# re-run 'versioneer.py setup' after changing this section, and commit the
4141
# resulting files.
42-
4342
[versioneer]
4443
VCS = git
4544
style = pep440
@@ -54,6 +53,14 @@ universal = 1
5453
[metadata]
5554
license_file = LICENSE
5655

56+
[doc8]
57+
max-line-length = 2000
58+
ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt
59+
60+
[tool:pytest]
61+
xfail_strict=true
62+
log_cli=true
63+
5764
[mypy]
5865
check_untyped_defs = True
5966
disallow_incomplete_defs = True

0 commit comments

Comments
 (0)