<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/.pre-commit-config.yaml, branch 4.2.30</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.30</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.30'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-11-21T19:59:53Z</updated>
<entry>
<title>[4.2.x] Added GitHub Actions linter (zizmor).</title>
<updated>2025-11-21T19:59:53Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T18:30:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f4d5303a28d6cb0f321b0a4d6363187ccfb903a'/>
<id>urn:sha1:0f4d5303a28d6cb0f321b0a4d6363187ccfb903a</id>
<content type='text'>
At the direction of the Security Team. Thanks Markus Holtermann,
Jake Howard, and Natalia Bidart for reviews.

Backport of 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 from main.
</content>
</entry>
<entry>
<title>[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test requirements.</title>
<updated>2024-01-29T15:53:06Z</updated>
<author>
<name>nessita</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-01-29T15:53:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71dd587da9b45f5b4cd4aa93f99a9b14d444801d'/>
<id>urn:sha1:71dd587da9b45f5b4cd4aa93f99a9b14d444801d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.2.x] Fixed warnings per flake8 6.1.0.</title>
<updated>2023-07-30T14:18:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-07-30T14:17:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8db9a0b5a0bae3750a18dd59ad7b4fcffb414cc5'/>
<id>urn:sha1:8db9a0b5a0bae3750a18dd59ad7b4fcffb414cc5</id>
<content type='text'>
Backport of 22b0b73c7732ba67db4e69fd9fa75aad84c8e5c4 from main
</content>
</entry>
<entry>
<title>[4.2.x] Bumped versions in pre-commit and npm configurations.</title>
<updated>2023-03-29T14:29:25Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-03-29T14:26:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c26bba9c7678f160554321ee038f130b98418a3'/>
<id>urn:sha1:4c26bba9c7678f160554321ee038f130b98418a3</id>
<content type='text'>
Backport of 93faad78cc7eabc7c5e22a77c0481cd72f2e29f8 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs.</title>
<updated>2023-03-01T12:34:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-02-28T12:14:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32f224e359c68e70e3f9a230be0265dcd6677079'/>
<id>urn:sha1:32f224e359c68e70e3f9a230be0265dcd6677079</id>
<content type='text'>
This adds:
- GitHub actions,
- tox configuration,
- pre-commit hook, and
- makefile rules
to run blacken-docs linter.

Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;

Backport of 6015bab80e28aef2669f6fac53423aa65f70cb08 from main
</content>
</entry>
<entry>
<title>[4.2.x] Bumped versions in pre-commit and npm configurations.</title>
<updated>2023-02-14T18:41:11Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2023-02-13T19:51:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b2685b01c775b26764ce96d58c404bead3075a5'/>
<id>urn:sha1:3b2685b01c775b26764ce96d58c404bead3075a5</id>
<content type='text'>
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</content>
</entry>
<entry>
<title>Bumped versions in pre-commit and npm configurations.</title>
<updated>2022-12-09T09:20:47Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-12-09T09:20:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3fec3bf90bef36b26efe5e47a92bf5a8041a207b'/>
<id>urn:sha1:3fec3bf90bef36b26efe5e47a92bf5a8041a207b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped versions in pre-commit and npm configurations.</title>
<updated>2022-10-07T06:18:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-10-07T06:18:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abc5ca6ab4717d690255583ac18a05d742746f93'/>
<id>urn:sha1:abc5ca6ab4717d690255583ac18a05d742746f93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped versions in pre-commit and npm configurations.</title>
<updated>2022-09-01T07:39:12Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-09-01T07:39:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9705a70f5a2d113673800eeb4a083c2d51d71cd'/>
<id>urn:sha1:b9705a70f5a2d113673800eeb4a083c2d51d71cd</id>
<content type='text'>
</content>
</entry>
</feed>
