forked from lightningd/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 703 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 703 Bytes
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
[project]
name = "lightningd-plugins"
version = "0.1.0"
description = "Plugins repo meta dependencies"
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
license = { text = "MIT" }
requires-python = ">=3.10"
[dependency-groups]
dev = ["ruff>=0.15"]
[tool.uv]
package = false
[tool.ruff]
include = [
"pyproject.toml",
".ci/**/*.py",
"backup/**/*.py",
"cl-zmq/**/*.py",
"clearnet/**/*.py",
"currencyrate/**/*.py",
"donations/**/*.py",
"feeadjuster/**/*.py",
"historian/**/*.py",
"monitor/**/*.py",
"persistent-channels/**/*.py",
"prometheus/**/*.py",
"rebalance/**/*.py",
"summary/**/*.py",
"sitecustomize.py",
]