github-actions
a1264ea861
Release 2025.09.11
2025-09-12 02:30:05 +00:00
pyup.io bot
60eb69156c
Update ruff to 0.13.0 ( #6045 )
2025-09-11 10:33:52 +01:00
github-actions[bot]
957e45e083
Auto-update pre-commit hooks ( #6046 )
2025-09-11 09:50:43 +01:00
dependabot[bot]
73ce270b52
Bump sh from 2.1 to 2.2.2 ( #6049 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 09:38:04 +01:00
github-actions
ea2062b2bc
Release 2025.09.10
2025-09-11 02:32:35 +00:00
dependabot[bot]
65a0217790
Bump requests from 2.32.4 to 2.32.5 ( #6043 )
2025-09-10 08:52:17 +01:00
dependabot[bot]
01b832bb69
Bump django-upgrade from 1.22.2 to 1.28.0 ( #6042 )
2025-09-10 08:51:35 +01:00
dependabot[bot]
5103bea9d9
Bump pytest from 8.3.4 to 8.4.2 ( #6039 )
2025-09-10 08:41:44 +01:00
github-actions
5ceb5f63d6
Release 2025.09.09
2025-09-10 02:30:29 +00:00
dependabot[bot]
2203eb2e37
Bump pygithub from 2.5 to 2.8.1 ( #6038 )
2025-09-09 22:49:19 +01:00
dependabot[bot]
14fb7daccb
Bump pytest-xdist from 3.6.1 to 3.8.0 ( #6037 )
2025-09-09 22:08:25 +01:00
dependabot[bot]
6e9612e724
Bump tox from 4.23.2 to 4.30.2 ( #6035 )
2025-09-09 22:08:05 +01:00
dependabot[bot]
24ae4354e7
Bump pre-commit from 4.1.0 to 4.3.0 ( #6034 )
2025-09-09 22:07:42 +01:00
dependabot[bot]
a2cf3069c8
Bump gitpython from 3.1.43 to 3.1.45 ( #6032 )
2025-09-09 22:07:26 +01:00
dependabot[bot]
7cafecc37e
Bump requests from 2.32.3 to 2.32.4 ( #6028 )
...
* Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Regenerate uv.lock
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
2025-09-09 21:50:09 +01:00
dependabot[bot]
bbfd618f6e
Bump jinja2 from 3.1.5 to 3.1.6 ( #6029 )
2025-09-09 21:16:47 +01:00
github-actions
eb2795a5fe
Release 2025.09.08
2025-09-09 02:33:40 +00:00
github-actions
ff9ad66afc
Release 2025.09.06
2025-09-07 02:33:41 +00:00
github-actions
ad5287cba4
Release 2025.09.05
2025-09-06 02:29:32 +00:00
pyup.io bot
375bacb689
Update ruff to 0.12.12 ( #6013 )
...
* Update ruff from 0.12.11 to 0.12.12
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-09-05 08:30:12 +01:00
github-actions
6e35a4ef44
Release 2025.09.04
2025-09-05 02:32:09 +00:00
github-actions
9fd8f0f596
Release 2025.09.03
2025-09-04 02:30:33 +00:00
github-actions
f069dea086
Release 2025.09.02
2025-09-03 02:30:02 +00:00
github-actions
74b6864028
Release 2025.08.31
2025-09-01 02:40:48 +00:00
github-actions
30748f203c
Release 2025.08.29
2025-08-30 02:30:34 +00:00
pyup.io bot
2be30d9886
Update ruff to 0.12.11 ( #5998 )
...
* Update ruff from 0.12.10 to 0.12.11
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-08-29 09:17:58 +01:00
Bruno Alla
15cf2a64f5
Move template linting and formatting to ruff ( #5613 )
...
* Move template linting and formatting to ruff
The generated project already uses that, let's be consistent and use it everywhere
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove comments as they're wrongly placed
* Tweak multi-line comment
* Remove a couple of commented out Ruff rules
* Fix extend-exclude in Ruff config
* Adjust Ruff line length
* Run Ruff pre-commit hook
* Run Ruff with --unsafe-fixes
* Run Ruff with --add-noqa
* Run Ruff formatter
* Drop Python 2 in pre/post generation hooks
* Restore print statements in pre/post-generation hooks
* Restore print statements in scripts
* Indent toml with 2 spaces
* Exclude docs and revert most changes from Ruff
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix Ruff issue
* Disable PLR0133 in pre/post commit hooks
We seem to compare 2 constants but seem strings are in fact interpolated in Jinja.
https://docs.astral.sh/ruff/rules/comparison-of-constant/
* Migrate post-generation hook to pathlib
* Migrate post-generation hook to pathlib
* Fix typo in folder name
* Migrate test generation to pathlib
* Fix typo in folder name
* Format comment better
* Update pyproject.toml
* Disable TRY003
* Update Ruff version pre-commit config
* Apply suggestions from code review
* Remove env from tox envlist
* Align ruff in pre-commit config
* Update .pre-commit-config.yaml
* Bump Ruff version
* Bump ruff pre-commit version
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove isort tests as it's no longer used
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-08-29 09:12:25 +01:00
github-actions
bae2ba0386
Release 2025.08.28
2025-08-29 02:33:25 +00:00
github-actions
d031178a93
Release 2025.08.27
2025-08-28 02:33:30 +00:00
github-actions
2157e130e4
Release 2025.08.26
2025-08-27 02:33:14 +00:00
github-actions
5b3608691e
Release 2025.08.25
2025-08-26 02:35:23 +00:00
github-actions
3206c207de
Release 2025.08.21
2025-08-22 02:35:10 +00:00
pyup.io bot
6edbcb345a
Update ruff to 0.12.10 ( #5983 )
...
* Update ruff from 0.12.9 to 0.12.10
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-08-22 00:18:44 +02:00
github-actions
0b47e7f4eb
Release 2025.08.18
2025-08-19 02:35:50 +00:00
github-actions
810e0bf646
Release 2025.08.15
2025-08-16 02:36:16 +00:00
github-actions
233084b8aa
Release 2025.08.14
2025-08-15 02:40:16 +00:00
pyup.io bot
5241fb2b55
Update ruff to 0.12.9 ( #5975 )
...
* Update ruff from 0.12.8 to 0.12.9
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-08-14 23:46:28 +02:00
github-actions
42d3c74839
Release 2025.08.13
2025-08-14 02:39:06 +00:00
github-actions
5c29370e35
Release 2025.08.12
2025-08-13 02:38:23 +00:00
github-actions
5beb756772
Release 2025.08.10
2025-08-11 02:47:34 +00:00
github-actions
2467caf588
Release 2025.08.08
2025-08-09 02:38:09 +00:00
pyup.io bot
924b01fdc8
Update ruff to 0.12.8 ( #5969 )
...
* Update ruff from 0.12.7 to 0.12.8
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-08-08 23:32:38 +01:00
github-actions
129227094e
Release 2025.08.07
2025-08-08 02:47:34 +00:00
github-actions
977f2059f6
Release 2025.08.06
2025-08-07 02:47:54 +00:00
github-actions
b16205c562
Release 2025.08.05
2025-08-06 02:47:54 +00:00
github-actions
7d117a99b2
Release 2025.08.01
2025-08-02 02:41:20 +00:00
github-actions
2a5c44dac1
Release 2025.07.30
2025-07-31 02:46:32 +00:00
pyup.io bot
af5a0d2961
Update ruff to 0.12.7 ( #5952 )
...
* Update ruff from 0.12.5 to 0.12.7
* Align versions
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
2025-07-30 19:14:25 +01:00
github-actions
e682a9b7a9
Release 2025.07.27
2025-07-28 02:49:34 +00:00
github-actions
5fae47541d
Release 2025.07.25
2025-07-26 02:40:36 +00:00