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 078d793 commit 541471dCopy full SHA for 541471d
.pre-commit-config.yaml
@@ -40,6 +40,11 @@ repos:
40
- id: ensure-dunder-all
41
files: ^domdf_python_tools/.*\.py$
42
43
+ - repo: https://github.com/domdfcoding/flake2lint
44
+ rev: v0.1.0
45
+ hooks:
46
+ - id: flake2lint
47
+
48
- repo: https://github.com/pre-commit/pygrep-hooks
49
rev: v1.7.0
50
hooks:
tox.ini
@@ -54,7 +54,6 @@ changedir = {toxinidir}
54
extras = all
55
deps =
56
mypy==0.790
57
- lxml
58
-r{toxinidir}/tests/requirements.txt
59
-r{toxinidir}/stubs.txt
60
pprint36
0 commit comments