Skip to content

Commit

Permalink
refactor!: clean up to make it easier to maintain, upgrade pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Jul 17, 2024
1 parent cff6104 commit d0576dd
Show file tree
Hide file tree
Showing 8 changed files with 424 additions and 1,098 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

928 changes: 0 additions & 928 deletions pdm.lock

This file was deleted.

16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ classifiers = [

dependencies = [
"fava>=1.26",
"pandas>=2.0.3",
"pandas>=2.2.2",
"Click >= 7"
]
dev-dependencies = [
"pandas-stubs>=2.2.2",
]

requires-python = ">=3.8"
Expand All @@ -37,3 +41,13 @@ changelog = "https://github.com/polarmutex/fava-envelope/master/CHANGELOG.md"

[tool.black]
line-length = 79

[tool.basedpyright]
# many settings are not enabled even in strict mode, which is why basedpyright includes an "all" option
# you can then decide which rules you want to disable
typeCheckingMode = "standard"
exclude = [
".venv",
".direnv",
]
useLibraryCodeForTypes = true
Loading

0 comments on commit d0576dd

Please sign in to comment.