Skip to content

Commit cf0a246

Browse files
authoredOct 15, 2024
fix(update edi-energy-mirror): Update edi-energy-mirror Submodule (#477)
update submodule
1 parent 422c6c9 commit cf0a246

File tree

6 files changed

+907
-859
lines changed

6 files changed

+907
-859
lines changed
 

‎domain-specific-terms.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ ist
44
dokument
55
oder
66
CONTRL
7+
Ende
8+
Formate
9+
vor

‎edi_energy_mirror

Submodule edi_energy_mirror updated 331 files

‎pyproject.toml

+13-18
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ dynamic = ["readme", "version"]
4747
kohlrahbi = "kohlrahbi:cli"
4848

4949
[project.optional-dependencies]
50-
dev = ["kohlrahbi[test]", "kohlrahbi[lint]", "kohlrahbi[typecheck]", "kohlrahbi[formatting]"]
51-
lint = [
52-
"pylint==3.3.1",
53-
"pylint-pydantic==0.3.2",
50+
dev = [
51+
"kohlrahbi[test]",
52+
"kohlrahbi[lint]",
53+
"kohlrahbi[typecheck]",
54+
"kohlrahbi[formatting]",
5455
]
56+
lint = ["pylint==3.3.1", "pylint-pydantic==0.3.2"]
5557
test = [
5658
"coverage==7.6.3",
5759
"dictdiffer==0.9.0",
@@ -68,20 +70,10 @@ typecheck = [
6870
"types-freezegun==1.1.10",
6971
"types-requests==2.32.0.20240914 ",
7072
]
71-
spell_check = [
72-
"codespell==2.3.0"
73-
]
74-
coverage = [
75-
"coverage==7.6.3"
76-
]
77-
formatting = [
78-
"black==24.10.0",
79-
"isort==5.13.2"
80-
]
81-
test_packaging = [
82-
"build==1.2.2.post1",
83-
"twine==5.1.1"
84-
]
73+
spell_check = ["codespell==2.3.0"]
74+
coverage = ["coverage==7.6.3"]
75+
formatting = ["black==24.10.0", "isort==5.13.2"]
76+
test_packaging = ["build==1.2.2.post1", "twine==5.1.1"]
8577

8678
[project.urls]
8779
Changelog = "https://github.com/Hochfrequenz/kohlrahbi/releases"
@@ -119,3 +111,6 @@ load-plugins = "pylint_pydantic"
119111
[tool.pytest.ini_options]
120112
pythonpath = ["."]
121113
markers = ["snapshot: mark a test as a snapshot test"]
114+
115+
[tool.codespell]
116+
skip = 'src/kohlrahbi.egg-info'

0 commit comments

Comments
 (0)