Skip to content

Commit f6edc81

Browse files
authored
Merge pull request #1512 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 89aea56 + 3fa6615 commit f6edc81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: ["--fix", "--show-fixes"]
2626

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

5959
- repo: https://github.com/shellcheck-py/shellcheck-py
60-
rev: v0.9.0.2
60+
rev: v0.9.0.5
6161
hooks:
6262
- id: shellcheck
6363

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/pypa/cibuildwheel
88
author = Joe Rickerby
99
author_email = [email protected]
1010
license = BSD-2-Clause
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers

0 commit comments

Comments
 (0)