Commit Graph

42 Commits

Author SHA1 Message Date
github-actions
1b83a472ec Release 2024.10.17 2024-10-18 02:28:50 +00:00
pyup.io bot
abc199d5ef
Update ruff to 0.7.0 (#5474) 2024-10-17 21:29:12 +01:00
github-actions
67af42be0c Release 2024.10.15 2024-10-16 02:29:09 +00:00
github-actions
deb813ca05 Release 2024.10.14 2024-10-15 02:28:45 +00:00
github-actions
a0c8863a9c Release 2024.10.12 2024-10-13 02:30:03 +00:00
Bruno Alla
931e300b63
Pin Python version to 3.12 (#5456)
* Pin Python version to 3.12

* Add back actions/setup-python to bare metal tests

* Revert "Add back actions/setup-python to bare metal tests"

This reverts commit cdee7e2da7.

* Update test_bare.sh to run commands via uv

* Skip uv lock on PRs from forks

* Revert "Update test_bare.sh to run commands via uv"

This reverts commit 56f839e2b4.

* Add back actions/setup-python to bare metal tests

* Only run uv lock workflow on dependabot PRs
2024-10-12 17:46:45 +01:00
github-actions
92cf1daaf4 Release 2024.10.11 2024-10-12 02:25:39 +00:00
pre-commit-ci[bot]
4696302b22 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-10-11 02:38:44 +00:00
github-actions
1ebaddc204 Release 2024.10.10 2024-10-11 02:27:43 +00:00
github-actions
a0c599d978 Release 2024.10.09 2024-10-10 02:28:06 +00:00
github-actions
8fb90ab02a Release 2024.10.08 2024-10-09 02:28:04 +00:00
github-actions
d95f88142c Release 2024.10.07 2024-10-08 02:29:35 +00:00
Bruno Alla
2d06ddda95
Migrate docs build to use uv (#5438)
Following the official docs:

https://docs.readthedocs.io/en/latest/build-customization.html#install-dependencies-with-uv
2024-10-07 15:43:09 -03:00
Bruno Alla
3252aa7ae7
Add workflow to run uv lock (#5422)
* Add workflow to keep uv.lock up to date

Should do the job for dependabot updates

* Only run uv lock workflow when GH_PAT is set

* Make a change to pyproject.toml

* Attempt to fix workflow syntax

* Attempt to fix workflow syntax

* Regenerate uv.lock
2024-10-07 11:12:25 +01:00
github-actions
52ce09e623 Release 2024.10.05 2024-10-06 02:30:10 +00:00
Jelmer Draaijer
0a291c1ec1 Replace pip with uv for the project files 2024-10-05 17:45:50 +02:00
github-actions
120ba0d07f Release 2024.10.04 2024-10-05 02:26:51 +00:00
github-actions
d703580c75 Release 2024.10.03 2024-10-04 02:28:30 +00:00
github-actions
9bbee5f84d Release 2024.10.02 2024-10-03 02:28:26 +00:00
github-actions
f8ef6c6251 Release 2024.10.01 2024-10-02 02:28:03 +00:00
github-actions
60adaa716d Release 2024.09.29 2024-09-30 02:30:57 +00:00
github-actions
866e6293ba Release 2024.09.28 2024-09-29 02:30:33 +00:00
github-actions
80680fe7ce Release 2024.09.27 2024-09-28 02:26:59 +00:00
github-actions
9de28fc3a8 Release 2024.09.26 2024-09-27 02:28:40 +00:00
github-actions
8329947a23 Release 2024.09.24 2024-09-25 02:28:53 +00:00
github-actions
bf67fe405d Release 2024.09.23 2024-09-24 02:28:26 +00:00
github-actions
37a20861db Release 2024.09.21 2024-09-22 02:29:46 +00:00
github-actions
c3345e1ece Release 2024.09.20 2024-09-21 02:24:35 +00:00
github-actions
1dc0244a60 Release 2024.09.17 2024-09-18 02:25:01 +00:00
github-actions
f3b3d1432f Release 2024.09.16 2024-09-17 02:12:39 +00:00
github-actions
09314028a0 Release 2024.09.15 2024-09-16 02:30:02 +00:00
github-actions
1f6b8b4791 Release 2024.09.11 2024-09-12 02:24:35 +00:00
github-actions
0c11f9c602 Release 2024.09.10 2024-09-11 02:23:46 +00:00
github-actions
50a8c2b498 Release 2024.09.09 2024-09-10 02:24:49 +00:00
github-actions
2c90ff55a3 Release 2024.09.08 2024-09-09 02:26:25 +00:00
github-actions
a437e493b1 Release 2024.09.07 2024-09-08 02:27:07 +00:00
rxm7706
ab84c2181a
Fix Requires Python to allow minor versions (#5360) 2024-09-08 01:44:46 +02:00
github-actions
1a2bcc5c47 Release 2024.09.06 2024-09-07 02:21:48 +00:00
Jelmer
ea4cd48e6c
Merge setup.py in pyproject.toml (#5351)
* Merge setup.py into pyproject.toml and add pyproject-fmt pre-commit hook for formatting it
2024-09-06 14:05:26 +02:00
Jelmer Draaijer
b488056b63 Upgrade Python to version 3.12 2024-03-18 20:07:24 +01:00
monosans
30e8506872
Add djLint for HTML formatting and linting (#4389)
* Add djLint for HTML formatting and linting

* Remove djLint pre-commit hook

* Bump djLint from 1.31.0 to 1.31.1
2023-06-27 22:52:36 +01:00
Bruno Alla
17fa459dc3
Fix inconsistent line length and move configs to pyproject.toml (#4276)
* Fix inconsistent line length and move config to pyproject.toml

Fix #2720

* Fix running tox with AUTOFIXABLE_STYLES

* Adjust some styles

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Adjust more styles

* Split isort and flake8 tests

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-04-15 15:43:04 +01:00