@@ -4,10 +4,8 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " mypy_baseline"
7
- authors = [
8
- {
name =
" Gram" ,
email =
" [email protected] " },
9
- ]
10
- license = {file = " LICENSE" }
7
+ authors = [{
name =
" Gram" ,
email =
" [email protected] " }]
8
+ license = { file = " LICENSE" }
11
9
readme = " README.md"
12
10
requires-python = " >=3.8"
13
11
dynamic = [" version" , " description" ]
@@ -18,33 +16,13 @@ classifiers = [
18
16
" Programming Language :: Python" ,
19
17
" Typing :: Typed" ,
20
18
]
21
- keywords = [
22
- " mypy" ,
23
- " typing" ,
24
- " annotations" ,
25
- " type annotations" ,
26
- ]
19
+ keywords = [" mypy" , " baseline" , " typing" , " annotations" , " type annotations" ]
27
20
dependencies = []
28
21
29
22
[project .optional-dependencies ]
30
- test = [
31
- " pytest" ,
32
- " pytest-cov" ,
33
- " requests" ,
34
- " responses" ,
35
- ]
36
- lint = [
37
- " flake8" ,
38
- " isort" ,
39
- " mypy" ,
40
- " types-requests" ,
41
- " types-toml" ,
42
- " unify" ,
43
- ]
44
- docs = [
45
- " sphinx" ,
46
- " myst-parser" ,
47
- ]
23
+ test = [" pytest" , " pytest-cov" , " requests" , " responses" ]
24
+ lint = [" flake8" , " isort" , " mypy" , " types-requests" , " types-toml" , " unify" ]
25
+ docs = [" sphinx" , " myst-parser" ]
48
26
49
27
50
28
[project .urls ]
@@ -55,7 +33,7 @@ mypy-baseline = "mypy_baseline:entrypoint"
55
33
56
34
[tool .mypy ]
57
35
files = [" mypy_baseline" , " tests" ]
58
- python_version = 3.8
36
+ python_version = " 3.8"
59
37
ignore_missing_imports = true
60
38
# follow_imports = "silent"
61
39
show_error_codes = true
0 commit comments