Skip to content

Commit c42e3ab

Browse files
[pre-commit.ci] pre-commit autoupdate (#4041)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.2.0 → v1.3.0](Lucas-C/pre-commit-hooks@v1.2.0...v1.3.0) - [github.com/PyCQA/pylint: v2.14.3 → v2.14.4](pylint-dev/pylint@v2.14.3...v2.14.4) - [github.com/pre-commit/mirrors-clang-format: v14.0.5 → v14.0.6](pre-commit/mirrors-clang-format@v14.0.5...v14.0.6) * Update blacken-docs Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aaron Gokaslan <[email protected]>
1 parent bc1f9f9 commit c42e3ab

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
@@ -45,7 +45,7 @@ repos:
4545

4646
# Black, the code formatter, natively supports pre-commit
4747
- repo: https://github.com/psf/black
48-
rev: "22.3.0" # Keep in sync with blacken-docs
48+
rev: "22.6.0" # Keep in sync with blacken-docs
4949
hooks:
5050
- id: black
5151

@@ -55,11 +55,11 @@ repos:
5555
hooks:
5656
- id: blacken-docs
5757
additional_dependencies:
58-
- black==22.3.0 # keep in sync with black hook
58+
- black==22.6.0 # keep in sync with black hook
5959

6060
# Changes tabs to spaces
6161
- repo: https://github.com/Lucas-C/pre-commit-hooks
62-
rev: "v1.2.0"
62+
rev: "v1.3.0"
6363
hooks:
6464
- id: remove-tabs
6565

@@ -107,7 +107,7 @@ repos:
107107

108108
# PyLint has native support - not always usable, but works for us
109109
- repo: https://github.com/PyCQA/pylint
110-
rev: "v2.14.3"
110+
rev: "v2.14.4"
111111
hooks:
112112
- id: pylint
113113
files: ^pybind11
@@ -164,7 +164,7 @@ repos:
164164

165165
# Clang format the codebase automatically
166166
- repo: https://github.com/pre-commit/mirrors-clang-format
167-
rev: "v14.0.5"
167+
rev: "v14.0.6"
168168
hooks:
169169
- id: clang-format
170170
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)