1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Upgrade isort to 5.8.0 (#49516)

This commit is contained in:
Franck Nijhof
2021-04-21 11:57:23 +02:00
committed by GitHub
parent c9bdc9609c
commit 77ae4abc6e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks