f86700db67
chore: add PEP 723 metadata for various bin/ scripts, drop bin dependency group ( #2819 )
...
* Add PEP 723 metadata for various `bin` scripts
* Use a subprocess to install chromium
* Regenerate image
* Update shebangs
Co-Authored-By: Henry Schreiner <HenrySchreinerIII@gmail.com >
* Add cibuildwheel local dependency for some scripts
Co-Authored-By: Henry Schreiner <HenrySchreinerIII@gmail.com >
* Remove `bin` dependency group fully
* Add CSS for styling the diagram
Co-Authored-By: Joe Rickerby <1244307+joerick@users.noreply.github.com >
* Restore image to original
* Install `uv` for PyLint to find it
* Drop setup-python too in favour of setup-uv
* Revert "Drop setup-python too in favour of setup-uv"
This reverts commit 663db5c253f18bd09229ea5dbf92f7f6aa8ebf1c.
* Make `uv` venv backend for nox optional again
---------
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
Co-authored-by: Joe Rickerby <1244307+joerick@users.noreply.github.com >
2026-04-15 07:36:04 -04:00
Henry Schreiner
95e827ece1
chore: color and suggest_on_error are now default (3.14rc1+) ( #2554 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-08-14 20:44:05 +02:00
Henry Schreiner
cab1ff4076
fix: support Python 3.14's color CLI ( #2394 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-05-14 13:04:07 -04:00
Henry Schreiner
708cf1d32b
style: remove from future import annotations
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2025-02-28 16:38:15 -05:00
e8bb208374
[pre-commit.ci] pre-commit autoupdate ( #1583 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.285 )
- [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.0...v1.5.1 )
* chore: add check arguments
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* Update bin/bump_version.py
Co-authored-by: Joe Rickerby <joerick@mac.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2023-08-24 11:57:20 -04:00
Henry Schreiner
bda76b21cb
style: activate string normalization
2021-05-03 13:12:36 -04:00
Henry Schreiner
178aaea6c7
style: apply black via pre-commit run -a
2021-05-03 13:12:36 -04:00
Henry Schreiner
9cbed6a9be
chore: add black for all code, no string norm
2021-05-03 13:12:36 -04:00
Henry Schreiner
2f47e64225
chore: cleanup style in bin ( #648 )
...
* chore: cleanup style for bump_version
* chore: cleanup style for other bin items
2021-04-25 03:45:27 -04:00
Joe Rickerby
d2312cdb3f
Merge remote-tracking branch 'origin/master' into macos-universal2
...
# Conflicts:
# bin/sample_build.py
# cibuildwheel/__main__.py
# cibuildwheel/macos.py
# cibuildwheel/util.py
# cibuildwheel/windows.py
2021-01-23 13:28:06 +00:00
Henry Schreiner
1441972046
fix: improve correctness of exits ( #539 )
...
* fix: improve correctness of exits
* refactor: use sys.exit
2021-01-17 14:13:26 -05:00
Joe Rickerby
9113dfe5da
Merge remote-tracking branch 'origin/master' into macos-universal2
2021-01-08 15:02:20 +00:00
Henry Fredrick Schreiner
635b226a6c
style: pre-commit run -a
2021-01-06 18:10:32 -05:00
Joe Rickerby
bf272fe9a6
Use same interpreter for sample_build.py (for local testing of arm64)
2021-01-05 17:01:47 +00:00
Joe Rickerby
95fecc2d58
Remove debug code
2020-11-23 20:56:24 +00:00
Joe Rickerby
ece358f29d
lowercase for command line argument
2020-11-23 20:24:08 +00:00
Joe Rickerby
e84c6b2de0
Remove old sample build workflow
2020-11-22 01:20:14 +00:00
Joe Rickerby
a93cee1a30
Run a sample build before tests on PRs with this label
2020-11-22 01:15:44 +00:00