Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | lint: Ignore check_fileopens failure on **kwargs | MarcoFalke | |
This fixes a bug in the linter: """ Python's open(...) seems to be used to open text files without explicitly specifying encoding='utf8': test/functional/test_framework/test_node.py: with open(self.debug_log_path, **kwargs) as dl: """ | |||
2023-04-14 | Disable Python lint in src/secp256k1 | Pieter Wuille | |
2023-01-18 | scripted-diff: Use new python 3.7 keywords | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i 's/universal_newlines/text/g' $(git grep -l universal_newlines) -END VERIFY SCRIPT- | |||
2022-04-21 | lint: Convert lint-python-utf8-encoding.sh to Python | Dimitri | |