-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
57 lines (53 loc) · 1.13 KB
/
pyproject.toml
File metadata and controls
57 lines (53 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[project]
name = "roseau-load-flow-tutorials"
version = "0.1.0"
description = "Tutorials for Roseau Load Flow inspired from different software"
requires-python = ">=3.12"
license = "MIT"
authors = [
{ name = "Ali Hamdan", email = "ali.hamdan@roseautechnologies.com" },
{ name = "Benoît Vinot", email = "benoit.vinot@roseautechnologies.com" },
{ name = "Ahmad Zubair" },
]
maintainers = [
{ name = "Benoît Vinot", email = "benoit.vinot@roseautechnologies.com" },
]
urls.repository = "https://github.com/RoseauTechnologies/Roseau_Load_Flow_Tutorials/"
dependencies = [
"dss-python>=0.15.7",
"jupyter>=1.0.0",
"rich>=13.8.0",
"roseau-load-flow>=0.14.0",
]
# MD format
[tool.mdformat]
wrap = 120
number = true
# Ruff
[tool.ruff]
line-length = 120
[tool.ruff.lint]
extend-select = [
"C90",
"B",
"UP",
"I",
"RUF100",
"TID",
"SIM",
"PT",
"PIE",
"N",
"C4",
"NPY",
"T10",
]
unfixable = ["B"]
ignore = ["B024", "N818"]
flake8-tidy-imports.ban-relative-imports = "all"
flake8-pytest-style.parametrize-values-type = "tuple"
mccabe.max-complexity = 15
# Typos
[tool.typos.default.extend-words]
# Neutral power
pn = "pn"