Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Apr 18, 2024
1 parent b17a309 commit ac94622
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ exclude = [
"micov/tests/*",
]

[tool.check-manifest]
ignore = [
# created by conda-incubator/setup-miniconda@v3 action
"ci/setup-miniconda-patched-conda_host_env.yml",
]

[tool.ruff.lint]
select = ["E", "W", "D"] # pycodestyle (E, W), pydocstyle (D)
ignore = [
Expand Down

0 comments on commit ac94622

Please sign in to comment.