Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 7, 2022
1 parent 3081676 commit 238dd03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg.nt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ patch: 0
revision: 0
type: release
files:
setup.py:
pyproject.toml:
version: version
quantiphy.py:
quantiphy/quantiphy.py:
version: __version__
date: __released__
README.rst:
Expand Down
3 changes: 1 addition & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[pytest]
pythonpath = .
python_files = tests/test_*.py
norecursedirs =
Diffs
norecursedirs = Diffs
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isolated_build = True
[testenv:lint]
deps = pylama
skip_install = true
commands = pylama --ignore E226,E501,C901,E116,E251,E203 src/quantiphy/*.py
commands = pylama --ignore E226,E501,C901,E116,E251,E203 quantiphy/*.py

# Test environment
[testenv]
Expand Down

0 comments on commit 238dd03

Please sign in to comment.