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.
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.
You can’t perform that action at this time.
0 commit comments