Skip to content

Commit 013daed

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#24919: doc: Fix a link to test/lint/lint-python.py
e245c5c doc: Fix a link to `test/lint/lint-python.py` (Hennadii Stepanov) Pull request description: This PR is a follow up to bitcoin/bitcoin#24794. Closes bitcoin-core#588. Top commit has no ACKs. Tree-SHA512: 9305705082c5e8f0c093506b4931a13b50e33e8315f6758ee525bc7f6d840b517af5d1092cee4bcc1bfc553d629b771f1893f27d0f514639c2da295bb604877a
2 parents ff78833 + e245c5c commit 013daed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ don't have test cases for.
2424
Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version),
2525
to prevent accidentally introducing modern syntax from an unsupported Python version.
2626
The CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
27-
- See [the python lint script](/test/lint/lint-python.sh) that checks for violations that
27+
- See [the python lint script](/test/lint/lint-python.py) that checks for violations that
2828
could lead to bugs and issues in the test code.
2929
- Use [type hints](https://docs.python.org/3/library/typing.html) in your code to improve code readability
3030
and to detect possible bugs earlier.

0 commit comments

Comments
 (0)