Skip to content

Commit d78de29

Browse files
pre-commit-ci[bot]henryiii
authored andcommitted
chore(deps): update pre-commit hooks (#4439)
updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/pylint: v2.15.8 → v2.15.9](pylint-dev/pylint@v2.15.8...v2.15.9) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2) - [github.com/pre-commit/mirrors-clang-format: v15.0.4 → v15.0.6](pre-commit/mirrors-clang-format@v15.0.4...v15.0.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d6a79c commit d78de29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ repos:
4141

4242
# Upgrade old Python syntax
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: "v3.3.0"
44+
rev: "v3.3.1"
4545
hooks:
4646
- id: pyupgrade
4747
args: [--py36-plus]
4848

4949
# Nicely sort includes
5050
- repo: https://github.com/PyCQA/isort
51-
rev: "5.10.1"
51+
rev: "5.11.4"
5252
hooks:
5353
- id: isort
5454

5555
# Black, the code formatter, natively supports pre-commit
5656
- repo: https://github.com/psf/black
57-
rev: "22.10.0" # Keep in sync with blacken-docs
57+
rev: "22.12.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.8"
119+
rev: "v2.15.9"
120120
hooks:
121121
- id: pylint
122122
files: ^pybind11
@@ -160,7 +160,7 @@ repos:
160160

161161
# Check for common shell mistakes
162162
- repo: https://github.com/shellcheck-py/shellcheck-py
163-
rev: "v0.8.0.4"
163+
rev: "v0.9.0.2"
164164
hooks:
165165
- id: shellcheck
166166

@@ -175,7 +175,7 @@ repos:
175175

176176
# Clang format the codebase automatically
177177
- repo: https://github.com/pre-commit/mirrors-clang-format
178-
rev: "v15.0.4"
178+
rev: "v15.0.6"
179179
hooks:
180180
- id: clang-format
181181
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)