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 a3f0f91 commit 0672d2dCopy full SHA for 0672d2d
.pre-commit-config.yaml
@@ -34,6 +34,7 @@ repos:
34
rev: 3.9.2
35
hooks:
36
- id: flake8
37
+ files: \.py$
38
additional_dependencies: [
39
'flake8-bugbear==20.1.4',
40
'flake8-logging-format==0.6.0',
@@ -57,3 +58,11 @@ repos:
57
58
files: ^\.github/workflows/
59
types: [yaml]
60
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
61
+
62
+- repo: https://github.com/ariebovenberg/slotscheck
63
+ rev: v0.14.0
64
+ hooks:
65
+ - id: slotscheck
66
67
+ exclude: "^(test|tools)/"
68
+ stages: [manual]
0 commit comments