| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python: Use "a not in b" rather than "not a in b". | Nick Mathewson | 2024-10-24 | 1 | -2/+2 |
| | | | | | Due to precedence, both work the same, but the former is preferred. | ||||
| * | python: Fix warnings about unused variables and modules. | Nick Mathewson | 2024-10-24 | 1 | -1/+1 |
| | | |||||
| * | Run "black" to reformat all our python | Nick Mathewson | 2024-10-24 | 1 | -25/+40 |
| | | | | | | | | | | | | | | | | | | "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 scripts: Fix some absolute shebangs | Ian Jackson | 2024-07-16 | 1 | -1/+1 |
| | | |||||
| * | maint/cargo-check-publishable: Check categories | Ian Jackson | 2024-07-10 | 1 | -0/+119 |
| What a palaver. | |||||
