Byron Hambly
|
95503abe8c
|
lint: fix codespell and lint-spelling
|
2025-08-08 13:53:55 +02:00 |
|
Byron Hambly
|
8ca4f285db
|
Merge 8b44d01118 into merged_master (Bitcoin PR bitcoin/bitcoin#28184)
|
2025-08-04 15:42:18 +02:00 |
|
Byron Hambly
|
fd8afcf05e
|
Merge ab42b2ebdb into merged_master (Bitcoin PR bitcoin/bitcoin#28347)
|
2025-07-05 16:14:42 +02:00 |
|
Byron Hambly
|
2acb8b75bf
|
Merge 6cf47a8f44 into merged_master (Bitcoin PR bitcoin/bitcoin#27507)
|
2025-06-25 10:21:36 +02:00 |
|
Byron Hambly
|
9f1489ca9d
|
Merge 3650e74808 into merged_master (Bitcoin PR bitcoin/bitcoin#27445)
|
2025-04-13 16:13:16 +02:00 |
|
Tom Trevethan
|
fad4c02c57
|
Merge 0c579203d2 into merged_master (Bitcoin PR bitcoin/bitcoin#25867)
|
2025-04-08 12:33:05 +00:00 |
|
Byron Hambly
|
8499b13762
|
lint: fix lint issues
|
2024-12-03 14:02:33 +02:00 |
|
Fabian Jahr
|
f9047771d6
|
lint: fix custom mypy cache dir setting
|
2023-09-28 13:20:25 +02:00 |
|
Jon Atack
|
6c008a2006
|
script: replace deprecated pkg_resources with importlib.metadata
in our python linter:
```
./test/lint/lint-python.py:12: DeprecationWarning: pkg_resources is deprecated as an API.
See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
```
The importlib.metadata library was added in Python 3.8, which is currently our
minimum-supported Python version.
For more details about importlib.metadata, see https://docs.python.org/3/library/importlib.metadata.html
|
2023-08-26 16:42:02 -06:00 |
|
fanquake
|
015cc5e588
|
lint: stop ignoring LIEF imports
Type stubs are now available as of 0.13.0.
See https://github.com/lief-project/LIEF/issues/650.
|
2023-05-29 10:23:52 +01:00 |
|
Pieter Wuille
|
621c17869d
|
Respect and update FILES_ARGS in test/lint/lint-python.py
|
2023-04-14 10:52:33 -04:00 |
|
Leonardo Lazzaro
|
61bb4e783b
|
lint: enable E722 do not use bare except
|
2023-02-18 11:24:09 +00:00 |
|
Fabian Jahr
|
47b66ac4ac
|
lint: Convert Python linter to Python
|
2022-04-18 00:55:06 +02:00 |
|