Skip to content

Commit

Permalink
Remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Jan 5, 2025
1 parent 43d3b04 commit 1c34de1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 55 deletions.
12 changes: 0 additions & 12 deletions .coveragerc

This file was deleted.

35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@ testpaths = ["tests"]

[tool.isort]
profile = "black"

[tool.coverage.run]
omit = [
"rich/jupyter.py",
"rich/_windows.py",
"rich/_timer.py",
"rich/diagnose.py",
]

[tool.coverage.report]
exclude_also = [
"if TYPE_CHECKING:",
'if __name__ == "__main__":',
"@overload"
]
8 changes: 0 additions & 8 deletions setup.py

This file was deleted.

0 comments on commit 1c34de1

Please sign in to comment.