Skip to content

Commit 2441d25

Browse files
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 252ed8f commit 2441d25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141

4242
# Upgrade old Python syntax
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: "v2.38.2"
44+
rev: "v3.2.0"
4545
hooks:
4646
- id: pyupgrade
4747
args: [--py36-plus]
@@ -54,7 +54,7 @@ repos:
5454

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

@@ -116,7 +116,7 @@ repos:
116116

117117
# PyLint has native support - not always usable, but works for us
118118
- repo: https://github.com/PyCQA/pylint
119-
rev: "v2.15.3"
119+
rev: "v2.15.5"
120120
hooks:
121121
- id: pylint
122122
files: ^pybind11
@@ -132,7 +132,7 @@ repos:
132132

133133
# Check static types with mypy
134134
- repo: https://github.com/pre-commit/mirrors-mypy
135-
rev: "v0.981"
135+
rev: "v0.982"
136136
hooks:
137137
- id: mypy
138138
args: []
@@ -152,7 +152,7 @@ repos:
152152
# Use tools/codespell_ignore_lines_from_errors.py
153153
# to rebuild .codespell-ignore-lines
154154
- repo: https://github.com/codespell-project/codespell
155-
rev: "v2.2.1"
155+
rev: "v2.2.2"
156156
hooks:
157157
- id: codespell
158158
exclude: ".supp$"

0 commit comments

Comments
 (0)