revC3: schematics, cosmetic: update revision in pa...
by Serge Bazanski 4 months 4 days
revC3: schematics, cosmetic: update revision in page frame to C3
29ea558e
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 4 months 6 days
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
ef7eaeea
support.arepl: fix import fallback.
by whitequark 4 months 1 week
e7ced0b7
manual: explain how pre-commit.ci works.
by whitequark 5 months 3 weeks
c5c3b78b
software: use Ruff and pre-commit.ci to keep it ti...
by whitequark 5 months 3 weeks
3f5d922e
software: upgrade formatting syntax (ruff unsafe U...
by whitequark 5 months 3 weeks
software: upgrade formatting syntax (ruff unsafe UP031, flynt). NFCI

The "aggressive" mode of flynt appears to corrupt format strings with
precision: instead of converting to `{foo:{bar}d}`, it converts to
`{foo:{{}}d}`. This was fixed manually.
c9a8b3e5
software: upgrade syntax (ruff unsafe UP,!UP031). ...
by whitequark 5 months 3 weeks
software: upgrade syntax (ruff unsafe UP,!UP031). NFCI
0e6e86fd
software: fix line length (ruff E501). NFCI
by whitequark 5 months 3 weeks
323dc960
software: fix whitespace (ruff safe E*,W*). NFC
by whitequark 5 months 3 weeks
software: fix whitespace (ruff safe E*,W*). NFC

[skip blame]

```
[lint]
preview = true
select = [
"E262", # no-space-after-inline-comment
"E302", # blank-lines-top-level
"E305", # blank-lines-after-function-or-class
"E252", # missing-whitespace-around-parameter-equals
"E303", # too-many-blank-lines
"E225", # missing-whitespace-around-operator
"W291", # trailing-whitespace
"W292", # missing-newline-at-end-of-file
"W391", # too-many-newlines-at-end-of-file
"E265", # no-space-after-block-comment
"W293", # blank-line-with-whitespace
]
```
d49bc68f
software: fix docstring formatting (ruff D400,D404...
by whitequark 5 months 3 weeks
software: fix docstring formatting (ruff D400,D404). NFC

[skip blame]
149c8bce
Report a bug