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 c72ec7f commit d748959Copy full SHA for d748959
.pre-commit-config.yaml
@@ -48,3 +48,8 @@ repos:
48
hooks:
49
- id: mypy
50
exclude: tests/
51
+- repo: https://github.com/PrincetonUniversity/blocklint
52
+ rev: v0.2.4
53
+ hooks:
54
+ - id: blocklint
55
+ exclude: 'docs/Makefile|docs/release_notes.rst|tox.ini'
tox.ini
@@ -12,6 +12,9 @@ extend-ignore=E203
12
max-line-length=88
13
per-file-ignores=__init__.py:F401
14
15
+[blocklint]
16
+max_issue_threshold=1
17
+
18
[testenv]
19
usedevelop=True
20
commands=
0 commit comments