Merge #12079: Improve prioritisetransaction test coverage
[bitcoinplatinum.git] / contrib / devtools / lint-python.sh
blob9303fcc8efeee238308a634722446b34e2225259
1 #!/bin/sh
3 # Copyright (c) 2017 The Bitcoin Core developers
4 # Distributed under the MIT software license, see the accompanying
5 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
7 # Check for specified flake8 warnings in python files.
9 # F401: module imported but unused
10 flake8 --ignore=B,C,E,F,I,N,W --select=F401 .