Skip to content

Commit 5bbbe79

Browse files
committed
Reinstate isortfix (worked in isortfix-branch)
1 parent 088441e commit 5bbbe79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 1
7+
CACHE_VERSION: 3
88
DEFAULT_PYTHON: "3.9"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ repos:
1313
"-rn", # Only display messages
1414
"-sn", # Don't display the score
1515
]
16+
- repo: https://github.com/PyCQA/isort
17+
rev: 5.10.1
18+
hooks:
19+
- id: isort
1620
- repo: https://github.com/pre-commit/pre-commit-hooks
1721
rev: v4.1.0
1822
hooks:
@@ -88,7 +92,3 @@ repos:
8892
types: [python]
8993
require_serial: true
9094
files: ^plugwise/.+\.py$
91-
# - repo: https://github.com/PyCQA/isort
92-
# rev: 5.10.1
93-
# hooks:
94-
# - id: isort

0 commit comments

Comments
 (0)