Skip to content

Commit 7ab46de

Browse files
committed
Update pre-commit hooks.
1 parent 90b4cc4 commit 7ab46de

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
@@ -15,23 +15,23 @@ repos:
1515
args: [--fix, lf]
1616
- id: trailing-whitespace
1717
- repo: https://github.com/PyCQA/isort
18-
rev: v5.11.3
18+
rev: 5.12.0
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/PyCQA/flake8
22-
rev: "5.0.4"
22+
rev: "6.0.0"
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/yesqa
2626
rev: v1.4.0
2727
hooks:
2828
- id: yesqa
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.38.2
30+
rev: v3.3.1
3131
hooks:
3232
- id: pyupgrade
3333
- repo: https://github.com/psf/black
34-
rev: 22.8.0
34+
rev: 23.1.0
3535
hooks:
3636
- name: black
3737
id: black

0 commit comments

Comments
 (0)