Skip to content

Commit 876923e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](asottile/pyupgrade@v2.31.1...v2.34.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](pre-commit/mirrors-prettier@v2.6.2...v2.7.1)
1 parent 6ba9bda commit 876923e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.1.0
6+
rev: v4.3.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,14 +15,14 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.31.1
18+
rev: v2.34.0
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 22.6.0
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
@@ -43,6 +43,6 @@ repos:
4343
- id: isort
4444

4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: v2.6.2
46+
rev: v2.7.1
4747
hooks:
4848
- id: prettier

0 commit comments

Comments
 (0)