Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(update edi-energy-mirror): Update edi-energy-mirror Submodule #477

Merged
merged 11 commits into from
Oct 15, 2024
Merged
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