File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ don't have test cases for.
24
24
Consider using [ pyenv] ( https://github.com/pyenv/pyenv ) , which checks [ .python-version] ( /.python-version ) ,
25
25
to prevent accidentally introducing modern syntax from an unsupported Python version.
26
26
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
28
28
could lead to bugs and issues in the test code.
29
29
- Use [ type hints] ( https://docs.python.org/3/library/typing.html ) in your code to improve code readability
30
30
and to detect possible bugs earlier.
You can’t perform that action at this time.
0 commit comments