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

Commit 6891714

Browse files
authored
Merge pull request #31 from AI2Business/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ec6a84d + 78c132d commit 6891714

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,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '21.6b0'
3+
rev: '21.7b0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/isort
7-
rev: '5.9.1' # Use the revision sha / tag you want to point at
7+
rev: '5.9.3' # 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
@@ -22,7 +22,7 @@ repos:
2222
- id: check-yaml
2323
exclude: docs/mkdocs.yml
2424
- repo: https://github.com/PyCQA/pylint
25-
rev: 'v2.9.3'
25+
rev: 'v2.9.5'
2626
hooks:
2727
- id: pylint
2828
name: pylint

0 commit comments

Comments
 (0)