Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit e08fd30

Browse files
authored
Merge pull request #36 from AI2Business/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7a09d5d + c8b18e2 commit e08fd30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '21.9b0'
3+
rev: '21.10b0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
7-
rev: '5.9.3' # Use the revision sha / tag you want to point at
7+
rev: '5.10.0' # Use the revision sha / tag you want to point at
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
1111
rev: 'v4.0.1'
1212
hooks:
1313
- id: check-added-large-files
1414
- repo: https://github.com/asottile/setup-cfg-fmt
15-
rev: 'v1.18.0'
15+
rev: 'v1.19.0'
1616
hooks:
1717
- id: setup-cfg-fmt
1818
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)