index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lint
/
lint-python.sh
Age
Commit message (
Expand
)
Author
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-13
test: Enable SC2046 shellcheck rule
Hennadii Stepanov
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-16
lint: enable mypy checking for missing imports
josibake
2021-07-07
lint: Run mypy with --show-error-codes
Carl Dong
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-28
lint: run mypy over contrib/devtools
fanquake
2020-11-09
swapped "is" for "==" in literal comparison
Tyler Chambers
2020-06-22
test: Bump linter versions
Duncan Dean
2020-06-05
test: Do not swallow flake8 exit code
Hennadii Stepanov
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-06
build: Remove install command samples
Hennadii Stepanov
2019-09-03
lint: Disable flake8 W504 warning
Ben Woosley
2019-05-30
Limit Python linting to files in the repo
practicalswift
2019-01-20
lint: Enable python linters via an array
Ben Woosley
2018-12-10
Add E711 to flake8 check
Daniel Ingram
2018-09-24
test: allow arguments to be forwarded to flake8 in lint-python.sh
James O'Beirne
2018-08-31
macOS fix: Check for correct version of flake8 to avoid spurious warnings. Th...
practicalswift
2018-08-13
tests: Use explicit imports
practicalswift
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-05-24
test: Move linters to test/lint, add readme
MarcoFalke