Skip to content

Commit 9bd8f65

Browse files
pre-commit-ci[bot]rwgk
authored andcommitted
chore(deps): update pre-commit hooks (#4302)
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.2.0](asottile/pyupgrade@v2.38.2...v3.2.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/PyCQA/pylint: v2.15.3 → v2.15.5](pylint-dev/pylint@v2.15.3...v2.15.5) - [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 717aa08 commit 9bd8f65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242

4343
# Upgrade old Python syntax
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: "v2.38.2"
45+
rev: "v3.2.0"
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
@@ -55,7 +55,7 @@ repos:
5555

5656
# Black, the code formatter, natively supports pre-commit
5757
- repo: https://github.com/psf/black
58-
rev: "22.8.0" # Keep in sync with blacken-docs
58+
rev: "22.10.0" # Keep in sync with blacken-docs
5959
hooks:
6060
- id: black
6161

@@ -119,7 +119,7 @@ repos:
119119

120120
# PyLint has native support - not always usable, but works for us
121121
- repo: https://github.com/PyCQA/pylint
122-
rev: "v2.15.3"
122+
rev: "v2.15.5"
123123
hooks:
124124
- id: pylint
125125
files: ^pybind11
@@ -135,7 +135,7 @@ repos:
135135

136136
# Check static types with mypy
137137
- repo: https://github.com/pre-commit/mirrors-mypy
138-
rev: "v0.981"
138+
rev: "v0.982"
139139
hooks:
140140
- id: mypy
141141
args: []
@@ -155,7 +155,7 @@ repos:
155155
# Use tools/codespell_ignore_lines_from_errors.py
156156
# to rebuild .codespell-ignore-lines
157157
- repo: https://github.com/codespell-project/codespell
158-
rev: "v2.2.1"
158+
rev: "v2.2.2"
159159
hooks:
160160
- id: codespell
161161
exclude: ".supp$"

0 commit comments

Comments
 (0)