Skip to content

Commit

Permalink
Merge pull request #6 from statisticsnorway/add-func-and-groups
Browse files Browse the repository at this point in the history
Added initial functions and groups
  • Loading branch information
sebrothe authored Dec 13, 2023
2 parents 20e2f4b + c272632 commit d1a8459
Show file tree
Hide file tree
Showing 6 changed files with 1,612 additions and 144 deletions.
710 changes: 587 additions & 123 deletions poetry.lock

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Changelog = "https://github.com/statisticsnorway/ssb-arbmark-fagfunksjoner/relea
[tool.poetry.dependencies]
python = "^3.9"
click = ">=8.0.1"
pipx = "^1.3.2"
cruft = "^2.15.0"
nox = "^2023.4.22"
pandas = "^2.1.3"
numpy = "^1.26.2"
holidays = "^0.37"
pandas-stubs = "^2.1.1.230928"

[tool.poetry.group.dev.dependencies]
pygments = ">=2.10.0"
Expand Down Expand Up @@ -56,7 +63,7 @@ show_missing = true
fail_under = 50

[tool.mypy]
strict = true
strict = false
warn_unreachable = true
pretty = true
show_column_numbers = true
Expand Down
Loading

0 comments on commit d1a8459

Please sign in to comment.