@@ -47,11 +47,13 @@ dynamic = ["readme", "version"]
47
47
kohlrahbi = " kohlrahbi:cli"
48
48
49
49
[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]" ,
54
55
]
56
+ lint = [" pylint==3.3.1" , " pylint-pydantic==0.3.2" ]
55
57
test = [
56
58
" coverage==7.6.3" ,
57
59
" dictdiffer==0.9.0" ,
@@ -68,20 +70,10 @@ typecheck = [
68
70
" types-freezegun==1.1.10" ,
69
71
" types-requests==2.32.0.20240914 " ,
70
72
]
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" ]
85
77
86
78
[project .urls ]
87
79
Changelog = " https://github.com/Hochfrequenz/kohlrahbi/releases"
@@ -119,3 +111,6 @@ load-plugins = "pylint_pydantic"
119
111
[tool .pytest .ini_options ]
120
112
pythonpath = [" ." ]
121
113
markers = [" snapshot: mark a test as a snapshot test" ]
114
+
115
+ [tool .codespell ]
116
+ skip = ' src/kohlrahbi.egg-info'
0 commit comments