Skip to content

Commit

Permalink
Update tox.ini to exclude pylint test for CHARMM CRD lexer and parser…
Browse files Browse the repository at this point in the history
… library
  • Loading branch information
yokochi47 committed Nov 15, 2024
1 parent 700d286 commit 6491888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coverage_exclude_paths = "wwpdb/__init__.py,wwpdb/utils/tests-nmr/test-output/*"
coverage_cutoff = 20
#
# Comma list of directories to exclude from flake
flake_exclude_paths = --exclude wwpdb/utils/tests-nmr/test-output,wwpdb/utils/nmr/obsolete,wwpdb/utils/nmr/mr/*PT*.py,wwpdb/utils/nmr/mr/*MR*.py --per-file-ignores='wwpdb/utils/nmr/NmrDpUtility.py:E501,E741'
flake_exclude_paths = --exclude wwpdb/utils/tests-nmr/test-output,wwpdb/utils/nmr/obsolete,wwpdb/utils/nmr/mr/*PT*.py,wwpdb/utils/nmr/mr/*MR*.py,wwpdb/utils/nmr/mr/*CRD*.py --per-file-ignores='wwpdb/utils/nmr/NmrDpUtility.py:E501,E741'

# Pylint exclusions - comma separated
pylint_exclude_paths = --ignore wwpdb/utils/nmr/mr
Expand Down Expand Up @@ -142,4 +142,4 @@ commands =
echo " ------- Building {envname} reports ----------"
coverage report --fail-under={[local_settings]coverage_cutoff}
- coverage xml
echo "Completed {envname}"
echo "Completed {envname}"

0 comments on commit 6491888

Please sign in to comment.