Skip to content

Commit 6dceb29

Browse files
authored
Merge pull request #1634 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 035f5a2 + cbffaf7 commit 6dceb29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repos:
1919
- id: black
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.0.291
22+
rev: v0.0.292
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
2626

2727
- repo: https://github.com/asottile/setup-cfg-fmt
28-
rev: v2.4.0
28+
rev: v2.5.0
2929
hooks:
3030
- id: setup-cfg-fmt
3131
args: [--include-version-classifiers, --min-py-version=3.8, --max-py-version=3.11]
@@ -58,7 +58,7 @@ repos:
5858
additional_dependencies: *mypy-dependencies
5959

6060
- repo: https://github.com/shellcheck-py/shellcheck-py
61-
rev: v0.9.0.5
61+
rev: v0.9.0.6
6262
hooks:
6363
- id: shellcheck
6464

@@ -78,8 +78,8 @@ repos:
7878
files: ^docs/changelog.md$
7979

8080
- repo: https://github.com/codespell-project/codespell
81-
rev: v2.2.5
81+
rev: v2.2.6
8282
hooks:
8383
- id: codespell
84-
args: ["-L", "sur"]
84+
args: ["-L", "sur", "-w"]
8585
exclude: ^docs/working-examples\.md$ # Autogenerated

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ _22 October 2021_
288288

289289
- 🛠 Added support for building PyPy wheels on macOS 11 CI runners. (#875)
290290

291-
- 🛠 Setting an empty string for the [`CIBW_*_IMAGE`](https://cibuildwheel.readthedocs.io/en/stable/options/#manylinux-image) option will now fallthrough to the config file or cibuildwheel's default, rather than causing an error. This makes the option easier to use in CI build matricies. (#829)
291+
- 🛠 Setting an empty string for the [`CIBW_*_IMAGE`](https://cibuildwheel.readthedocs.io/en/stable/options/#manylinux-image) option will now fallthrough to the config file or cibuildwheel's default, rather than causing an error. This makes the option easier to use in CI build matrices. (#829)
292292

293293
- 🛠 Support for TOML 1.0 when reading config files, via the `tomli` package. (#876)
294294

0 commit comments

Comments
 (0)