File tree 5 files changed +245
-8
lines changed
5 files changed +245
-8
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ __pycache__/
7
7
.idea /
8
8
.vscode /
9
9
10
- venv /
10
+ . venv /
Original file line number Diff line number Diff line change
1
+ 3.13
Original file line number Diff line number Diff line change
1
+ [project ]
2
+ name = " advent-of-code"
3
+ version = " 0.1.0"
4
+ description = " Solutions for the Advent of Code programming challenges"
5
+ readme = " README.md"
6
+ requires-python = " >=3.13"
7
+ dependencies = [
8
+ " networkx>=3.4.2" ,
9
+ " pillow>=11.0.0" ,
10
+ " psutil>=6.1.0" ,
11
+ " requests>=2.32.3" ,
12
+ ]
13
+
14
+ [dependency-groups ]
15
+ dev = [
16
+ " pytest-xdist>=3.6.1" ,
17
+ " pytest>=8.3.4" ,
18
+ ]
19
+
1
20
[tool .pytest .ini_options ]
2
21
pythonpath = [
3
22
" year2018" ,
@@ -7,7 +26,7 @@ pythonpath = [
7
26
addopts =" -n auto"
8
27
9
28
[tool .ruff ]
10
- target-version = " py312 "
29
+ target-version = " py313 "
11
30
line-length = 79
12
31
preview = true
13
32
output-format = " concise" # preview mode switches this to full
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments