Skip to content

Commit 66a9107

Browse files
committed
Refresh pre-commit hooks
1 parent d43e08a commit 66a9107

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-merge-conflict
66
- repo: https://github.com/asottile/yesqa
7-
rev: v1.3.0
7+
rev: v1.4.0
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/psf/black
11-
rev: 22.6.0
11+
rev: 22.12.0
1212
hooks:
1313
- id: black
14+
- repo: https://github.com/pycqa/isort
15+
rev: 5.12.0
16+
hooks:
17+
- id: isort
1418
- repo: https://github.com/pycqa/flake8
15-
rev: 3.9.2
19+
rev: 6.0.0
1620
hooks:
1721
- id: flake8
1822
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.34.0
23+
rev: v3.3.1
2024
hooks:
2125
- id: pyupgrade
2226
args: ["--py38-plus"]
2327
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.3.0
28+
rev: v4.4.0
2529
hooks:
2630
- id: end-of-file-fixer
2731
- id: trailing-whitespace
@@ -44,6 +48,6 @@ repos:
4448
args: ["--remove"]
4549
- id: detect-private-key
4650
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v2.7.1
51+
rev: v3.0.0-alpha.4
4852
hooks:
4953
- id: prettier

0 commit comments

Comments
 (0)