Skip to content

Commit

Permalink
move all configuration to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslowry committed Sep 14, 2024
1 parent e256b47 commit 29bfa3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .coveragerc

This file was deleted.

2 changes: 0 additions & 2 deletions .pylintrc

This file was deleted.

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ test = [
"pytest==8.3.2",
]

[tool.setuptools_scm]
[tool.setuptools_scm]

[tool.coverage.run]
omit = [
"tests/*"
"setup.py"
]

0 comments on commit 29bfa3a

Please sign in to comment.