@@ -47,11 +47,13 @@ dynamic = ["readme", "version"]
4747kohlrahbi = " 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" ]
5557test = [
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 ]
8779Changelog = " https://github.com/Hochfrequenz/kohlrahbi/releases"
@@ -119,3 +111,6 @@ load-plugins = "pylint_pydantic"
119111[tool .pytest .ini_options ]
120112pythonpath = [" ." ]
121113markers = [" snapshot: mark a test as a snapshot test" ]
114+
115+ [tool .codespell ]
116+ skip = ' src/kohlrahbi.egg-info'
0 commit comments