summaryrefslogtreecommitdiff
path: root/maint/update-md-links
Commit message (Collapse)AuthorAgeFilesLines
* maint: Rename miscellaneous scripts to kebab caseIan Jackson2026-01-201-8/+8
|
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
| | | | Made with https://crates.io/crates/typos-cli
* update-md-links: annotate a Popen generic.Nick Mathewson2024-10-281-1/+2
| | | | For some reason this will soon be necessary with mypy.
* python: Avoid using "l" as a variable name.Nick Mathewson2024-10-241-12/+12
| | | | | (Python coding style guide and lint tools deprecate it, even if your font distinguishes l, 1, I, and |.)
* python: Fix warnings about unused variables and modules.Nick Mathewson2024-10-241-2/+0
|
* Run "black" to reformat all our pythonNick Mathewson2024-10-241-79/+117
| | | | | | | | | | | | | | | | | "Black" is an "opinionated" python formatter, whose opinionatedness is somewhat in the spirit of rustfmt. This MR runs black with default settings on all of our python code in Arti. It was produced by the following commands ``` # Everything in python/ black python/ # Everything with a .py extension fd '.py$' -X black # Everything with a python shebang. git grep -l '#! */usr/bin/env *python' | xargs black ```
* maint/update-md-links: avoid * import from typingIan Jackson2024-05-291-1/+1
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2169#note_3033481
* maint/update-md-links: Add type handling for regexp edge casesIan Jackson2024-05-281-3/+6
|
* maint/update-md-links: Add easy type annotationsIan Jackson2024-05-281-8/+12
|
* update-md-links: Actually bomb out if subprocess failsIan Jackson2024-05-161-0/+1
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3030954
* update-md-links: Use enumerate()Ian Jackson2024-05-071-4/+2
| | | | | Suggested here https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026423
* update-md-links: (Always) print something confirmatory to stdoutIan Jackson2024-05-071-1/+6
|
* update-md-links: Host code into functions and add typesIan Jackson2024-05-071-167/+214
|
* update-md-links: Add many comments / helpstringsIan Jackson2024-05-071-2/+49
|
* update-md-links: Minor code motion for tidying upIan Jackson2024-05-071-2/+3
|
* update-md-links: Avoid literally stating the blocking todoIan Jackson2024-05-071-2/+2
|
* update-md-links: With --check, remove the .tmp file if all is OKIan Jackson2024-05-071-0/+1
|
* update-md-links: Replace use of assert with bespoke functionIan Jackson2024-05-071-2/+7
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026420
* maint/update-md-links: Add --check modeIan Jackson2024-05-021-1/+10
|
* maint/update-md-links: New script for fully sorting out CHANGELOGIan Jackson2024-05-021-0/+260