Skip to content

Commit

Permalink
fix(update edi-energy-mirror): Update edi-energy-mirror Submodule (#477)
Browse files Browse the repository at this point in the history
update submodule
  • Loading branch information
hf-krechan authored Oct 15, 2024
1 parent 422c6c9 commit cf0a246
Show file tree
Hide file tree
Showing 6 changed files with 907 additions and 859 deletions.
3 changes: 3 additions & 0 deletions domain-specific-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ ist
dokument
oder
CONTRL
Ende
Formate
vor
2 changes: 1 addition & 1 deletion edi_energy_mirror
Submodule edi_energy_mirror updated 331 files
31 changes: 13 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ dynamic = ["readme", "version"]
kohlrahbi = "kohlrahbi:cli"

[project.optional-dependencies]
dev = ["kohlrahbi[test]", "kohlrahbi[lint]", "kohlrahbi[typecheck]", "kohlrahbi[formatting]"]
lint = [
"pylint==3.3.1",
"pylint-pydantic==0.3.2",
dev = [
"kohlrahbi[test]",
"kohlrahbi[lint]",
"kohlrahbi[typecheck]",
"kohlrahbi[formatting]",
]
lint = ["pylint==3.3.1", "pylint-pydantic==0.3.2"]
test = [
"coverage==7.6.3",
"dictdiffer==0.9.0",
Expand All @@ -68,20 +70,10 @@ typecheck = [
"types-freezegun==1.1.10",
"types-requests==2.32.0.20240914 ",
]
spell_check = [
"codespell==2.3.0"
]
coverage = [
"coverage==7.6.3"
]
formatting = [
"black==24.10.0",
"isort==5.13.2"
]
test_packaging = [
"build==1.2.2.post1",
"twine==5.1.1"
]
spell_check = ["codespell==2.3.0"]
coverage = ["coverage==7.6.3"]
formatting = ["black==24.10.0", "isort==5.13.2"]
test_packaging = ["build==1.2.2.post1", "twine==5.1.1"]

[project.urls]
Changelog = "https://github.com/Hochfrequenz/kohlrahbi/releases"
Expand Down Expand Up @@ -119,3 +111,6 @@ load-plugins = "pylint_pydantic"
[tool.pytest.ini_options]
pythonpath = ["."]
markers = ["snapshot: mark a test as a snapshot test"]

[tool.codespell]
skip = 'src/kohlrahbi.egg-info'
Loading

0 comments on commit cf0a246

Please sign in to comment.