Skip to content

Commit

Permalink
Wrong library ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Apr 28, 2023
1 parent 2ffdb6a commit bd92414
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ exclude=
*build/
tests
_version.py
./nigsp/cli/__init__.py
./nigsp/tests/*
./phys2cvr/cli/__init__.py
./phys2cvr/tests/*
versioneer.py
ignore = E126, E402, W503, F401, F811
max-line-length = 88
Expand All @@ -90,15 +90,15 @@ extend_skip =
codecov.yml
setup.py
versioneer.py
nigsp/_version.py
phys2cvr/_version.py
skip_glob =
docs/*

[pydocstyle]
convention = numpy
match =
nigsp/*.py
match_dir = nigsp/[^tests]*
phys2cvr/*.py
match_dir = phys2cvr/[^tests]*

[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE
Expand All @@ -108,7 +108,7 @@ addopts = -rx
[coverage:run]
branch = True
omit =
nigsp/tests/*
phys2cvr/tests/*
docs/*
setup.py
versioneer.py
Expand Down

0 comments on commit bd92414

Please sign in to comment.