Skip to content

Commit 6e8f0b8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.4.0...v4.1.0) - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/psf/black: 20.8b1 → 21.12b0](psf/black@20.8b1...21.12b0) - [github.com/pre-commit/mirrors-prettier: v2.3.0 → v2.5.1](pre-commit/mirrors-prettier@v2.3.0...v2.5.1)
1 parent 62c314b commit 6e8f0b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.4.0
6+
rev: v4.1.0
77
hooks:
88
# list of supported hooks: https://pre-commit.com/hooks.html
99
- id: trailing-whitespace
@@ -37,19 +37,19 @@ repos:
3737
"perceiver_pytorch",
3838
]
3939
- repo: https://github.com/PyCQA/isort
40-
rev: 5.9.3
40+
rev: 5.10.1
4141
hooks:
4242
- id: isort
4343
args: [--profile, black, --line-length, "100", "perceiver_pytorch"]
4444
- repo: https://github.com/psf/black
45-
rev: 20.8b1
45+
rev: 21.12b0
4646
hooks:
4747
- id: black
4848
args: [--line-length, "100"]
4949

5050
# yaml formatting
5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v2.3.0
52+
rev: v2.5.1
5353
hooks:
5454
- id: prettier
5555
types: [yaml]

0 commit comments

Comments
 (0)