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

Commit 78c132d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) - [github.com/PyCQA/isort: 5.9.1 → 5.9.3](PyCQA/isort@5.9.1...5.9.3) - [github.com/PyCQA/pylint: v2.9.3 → v2.9.5](pylint-dev/pylint@v2.9.3...v2.9.5)
1 parent ec6a84d commit 78c132d

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)