forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from willcl-ark/lint-in-ci
- Loading branch information
Showing
6 changed files
with
376 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[project] | ||
name = "bitcoin-core-deps" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"codespell==2.2.6", | ||
"lief==0.13.2", | ||
"mypy==1.4.1", | ||
"pyzmq==25.1.0", | ||
# Removing in favour of packaged nixpkgs bin which is not dynamically linked | ||
# "ruff==0.5.5", | ||
"vulture==2.6", | ||
"pyperf" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml -o requirements.txt | ||
codespell==2.2.6 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
lief==0.13.2 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
mypy==1.4.1 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
psutil==6.1.0 | ||
# via pyperf | ||
pyperf==2.8.0 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
pyzmq==25.1.0 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
ruff==0.5.5 | ||
# via bitcoin-core-deps (pyproject.toml) | ||
toml==0.10.2 | ||
# via vulture | ||
tomli==2.0.2 | ||
# via mypy | ||
typing-extensions==4.12.2 | ||
# via mypy | ||
vulture==2.6 | ||
# via bitcoin-core-deps (pyproject.toml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.