Skip to content

Commit 94a0aa0

Browse files
committed
Autoupdate .pre-commit-config.yaml
1 parent 2542893 commit 94a0aa0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.1.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-json
@@ -10,17 +10,17 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/psf/black
13-
rev: 22.3.0
13+
rev: 23.1.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.10.1
18+
rev: 5.12.0
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 4.0.1
23+
rev: 6.0.0
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:

0 commit comments

Comments
 (0)