Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
asottile/pyupgrade (asottile/pyupgrade)
### [`v3.17.0`](https://togithub.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0)
[Compare Source](https://togithub.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0)
pre-commit/pre-commit (pre-commit)
### [`v3.8.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#380---2024-07-28)
[Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0)
\==================
##### Features
- Implement health checks for `language: r` so environments are recreated if
the system version of R changes.
- [#3206](https://togithub.com/pre-commit/pre-commit/issues/3206) issue by [@lorenzwalthert](https://togithub.com/lorenzwalthert).
- [#3265](https://togithub.com/pre-commit/pre-commit/issues/3265) PR by [@lorenzwalthert](https://togithub.com/lorenzwalthert).
psf/black (psf/black)
### [`v24.8.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2480)
[Compare Source](https://togithub.com/psf/black/compare/24.4.2...24.8.0)
##### Stable style
- Fix crash when `# fmt: off` is used before a closing parenthesis or bracket. ([#4363](https://togithub.com/psf/black/issues/4363))
##### Packaging
- Packaging metadata updated: docs are explictly linked, the issue tracker is now also
linked. This improves the PyPI listing for Black. ([#4345](https://togithub.com/psf/black/issues/4345))
##### Parser
- Fix regression where Black failed to parse a multiline f-string containing another
multiline string ([#4339](https://togithub.com/psf/black/issues/4339))
- Fix regression where Black failed to parse an escaped single quote inside an f-string
([#4401](https://togithub.com/psf/black/issues/4401))
- Fix bug with Black incorrectly parsing empty lines with a backslash ([#4343](https://togithub.com/psf/black/issues/4343))
- Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well ([#4422](https://togithub.com/psf/black/issues/4422))
- Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
([#4423](https://togithub.com/psf/black/issues/4423))
##### Performance
- Improve performance when a large directory is listed in `.gitignore` ([#4415](https://togithub.com/psf/black/issues/4415))
##### *Blackd*
- Fix blackd (and all extras installs) for docker container ([#4357](https://togithub.com/psf/black/issues/4357))
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
### [`v0.29.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0292)
[Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2)
- Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
woodpecker-ci (2024-08-22)
- Convert from `setup.cfg` to `pyproject.toml` for python package metadata
### [`v0.29.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291)
[Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1)
- Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate,
woodpecker-ci (2024-07-21)
- Fix a bug which could result in local file URI resolution failing on
non-Windows platforms in certain cases. Thanks :user:`bukzor`! (:pr:`465`)
- Fix caching behaviors to ensure that caches are correctly preserved across
instancefiles during `--schemafile` evaluation. This also fixes a bug in the
remote `$ref` cache.
Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)
### [`v0.29.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0290)
[Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.0)
- Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07)
- Improve caching to include caching of remote `$ref` downloads. This should
improve performance in cases where a schema has many remote refs and is used
in repeat invocations. The `$ref` cache can be disabled via the same
`--no-cache` flag which disables use of the pre-existing cache. Thanks
:user:`alex1701c`! (:issue:`452`, :pr:`454`)
- Fix an ordering bug which caused caching to be ineffective, resulting in
repeated downloads of remote schemas even when the cache was populated.
Thanks :user:`alex1701c` for reporting! (:issue:`453`)
Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v3.16.0
->v3.17.0
==3.7.1
->==3.8.0
24.4.2
->24.8.0
0.28.6
->0.29.2
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
asottile/pyupgrade (asottile/pyupgrade)
### [`v3.17.0`](https://togithub.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) [Compare Source](https://togithub.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0)pre-commit/pre-commit (pre-commit)
### [`v3.8.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#380---2024-07-28) [Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) \================== ##### Features - Implement health checks for `language: r` so environments are recreated if the system version of R changes. - [#3206](https://togithub.com/pre-commit/pre-commit/issues/3206) issue by [@lorenzwalthert](https://togithub.com/lorenzwalthert). - [#3265](https://togithub.com/pre-commit/pre-commit/issues/3265) PR by [@lorenzwalthert](https://togithub.com/lorenzwalthert).psf/black (psf/black)
### [`v24.8.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2480) [Compare Source](https://togithub.com/psf/black/compare/24.4.2...24.8.0) ##### Stable style - Fix crash when `# fmt: off` is used before a closing parenthesis or bracket. ([#4363](https://togithub.com/psf/black/issues/4363)) ##### Packaging - Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. ([#4345](https://togithub.com/psf/black/issues/4345)) ##### Parser - Fix regression where Black failed to parse a multiline f-string containing another multiline string ([#4339](https://togithub.com/psf/black/issues/4339)) - Fix regression where Black failed to parse an escaped single quote inside an f-string ([#4401](https://togithub.com/psf/black/issues/4401)) - Fix bug with Black incorrectly parsing empty lines with a backslash ([#4343](https://togithub.com/psf/black/issues/4343)) - Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well ([#4422](https://togithub.com/psf/black/issues/4422)) - Fix incorrect line numbers in the tokenizer for certain tokens within f-strings ([#4423](https://togithub.com/psf/black/issues/4423)) ##### Performance - Improve performance when a large directory is listed in `.gitignore` ([#4415](https://togithub.com/psf/black/issues/4415)) ##### *Blackd* - Fix blackd (and all extras installs) for docker container ([#4357](https://togithub.com/psf/black/issues/4357))python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
### [`v0.29.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0292) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2) - Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-08-22) - Convert from `setup.cfg` to `pyproject.toml` for python package metadata ### [`v0.29.1`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0291) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) - Update vendored schemas: circle-ci, dependabot, gitlab-ci, renovate, woodpecker-ci (2024-07-21) - Fix a bug which could result in local file URI resolution failing on non-Windows platforms in certain cases. Thanks :user:`bukzor`! (:pr:`465`) - Fix caching behaviors to ensure that caches are correctly preserved across instancefiles during `--schemafile` evaluation. This also fixes a bug in the remote `$ref` cache. Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`) ### [`v0.29.0`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0290) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.0) - Update vendored schemas: github-workflows, renovate, woodpecker-ci (2024-07-07) - Improve caching to include caching of remote `$ref` downloads. This should improve performance in cases where a schema has many remote refs and is used in repeat invocations. The `$ref` cache can be disabled via the same `--no-cache` flag which disables use of the pre-existing cache. Thanks :user:`alex1701c`! (:issue:`452`, :pr:`454`) - Fix an ordering bug which caused caching to be ineffective, resulting in repeated downloads of remote schemas even when the cache was populated. Thanks :user:`alex1701c` for reporting! (:issue:`453`)Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.