File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
- package-ecosystem : " pip"
4
- directory : " /pyperformance/requirements "
4
+ directory : " /"
5
5
exclude-paths :
6
- - " pyperformance/data-files/"
6
+ - " pyperformance/data-files/** "
7
7
schedule :
8
8
interval : " monthly"
Original file line number Diff line number Diff line change 20
20
import packaging .version
21
21
22
22
try :
23
- import tomllib # type: ignore[import] # tomllib doesn't exist on 3.7-3.10
23
+ import tomllib # type: ignore[import-not-found ] # tomllib doesn't exist on 3.7-3.10
24
24
except ImportError :
25
25
import tomli as tomllib
26
26
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ dependencies = [
72
72
]
73
73
74
74
optional-dependencies.dev = [
75
- " mypy==1.2 " ,
76
- " tomli" , # Needed even on 3.11+ for typechecking with mypy
75
+ " mypy==1.17.1 " ,
76
+ " tomli" , # Needed even on 3.11+ for typechecking with mypy
77
77
" tox" ,
78
78
]
79
79
urls = { Homepage = " https://github.com/python/pyperformance" }
You can’t perform that action at this time.
0 commit comments