Commit acee737 1 parent 042a806 commit acee737 Copy full SHA for acee737
File tree 3 files changed +51
-0
lines changed
3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ where = ["src"]
45
45
[tool .setuptools .package-data ]
46
46
mistune = [" py.typed" ]
47
47
48
+ [tool .rye ]
49
+ managed = true
50
+ dev-dependencies = [
51
+ " pytest" ,
52
+ " mypy" ,
53
+ ]
54
+
48
55
[tool .ruff ]
49
56
line-length = 120
50
57
Original file line number Diff line number Diff line change
1
+ # generated by rye
2
+ # use `rye lock` or `rye sync` to update this lockfile
3
+ #
4
+ # last locked with the following flags:
5
+ # pre: false
6
+ # features: []
7
+ # all-features: false
8
+ # with-sources: false
9
+ # generate-hashes: false
10
+ # universal: false
11
+
12
+ -e file:.
13
+ exceptiongroup==1.2.2
14
+ # via pytest
15
+ iniconfig==2.0.0
16
+ # via pytest
17
+ mypy==1.14.1
18
+ mypy-extensions==1.0.0
19
+ # via mypy
20
+ packaging==24.2
21
+ # via pytest
22
+ pluggy==1.5.0
23
+ # via pytest
24
+ pytest==8.3.4
25
+ tomli==2.2.1
26
+ # via mypy
27
+ # via pytest
28
+ typing-extensions==4.12.2
29
+ # via mistune
30
+ # via mypy
Original file line number Diff line number Diff line change
1
+ # generated by rye
2
+ # use `rye lock` or `rye sync` to update this lockfile
3
+ #
4
+ # last locked with the following flags:
5
+ # pre: false
6
+ # features: []
7
+ # all-features: false
8
+ # with-sources: false
9
+ # generate-hashes: false
10
+ # universal: false
11
+
12
+ -e file:.
13
+ typing-extensions==4.12.2
14
+ # via mistune
You can’t perform that action at this time.
0 commit comments