We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088441e commit 5bbbe79Copy full SHA for 5bbbe79
.github/workflows/verify.yml
@@ -4,7 +4,7 @@
4
name: Latest commit
5
6
env:
7
- CACHE_VERSION: 1
+ CACHE_VERSION: 3
8
DEFAULT_PYTHON: "3.9"
9
PRE_COMMIT_HOME: ~/.cache/pre-commit
10
.pre-commit-config.yaml
@@ -13,6 +13,10 @@ repos:
13
"-rn", # Only display messages
14
"-sn", # Don't display the score
15
]
16
+ - repo: https://github.com/PyCQA/isort
17
+ rev: 5.10.1
18
+ hooks:
19
+ - id: isort
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
rev: v4.1.0
22
hooks:
@@ -88,7 +92,3 @@ repos:
88
92
types: [python]
89
93
require_serial: true
90
94
files: ^plugwise/.+\.py$
91
-# - repo: https://github.com/PyCQA/isort
-# rev: 5.10.1
-# hooks:
-# - id: isort
0 commit comments