Skip to content

Commit d6d3dab

Browse files
committed
Upgrade precommit dependencies
1 parent c2ccbb1 commit d6d3dab

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.4.0
44
# See https://pre-commit.com/hooks.html
55
hooks:
66
- id: check-case-conflict
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.10.0
21+
rev: 23.1.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.10.1
26+
rev: 5.12.0
2727
hooks:
2828
- id: isort
2929
args: [ --profile, black ]
3030

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.4
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8
3535

0 commit comments

Comments
 (0)