Merge pull request #1316 from pypa/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Joe Rickerby
2022-10-21 14:39:06 +01:00
committed by GitHub
+3 -3
View File
@@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@@ -41,7 +41,7 @@ repos:
- id: black
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.0.0
rev: v2.1.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.10]
@@ -117,7 +117,7 @@ repos:
files: ^docs/changelog.md$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.2.2
hooks:
- id: codespell
args: ["-L", "sur"]