Skip to content

Commit 541471d

Browse files
committed
Updated config files.
1 parent 078d793 commit 541471d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ repos:
4040
- id: ensure-dunder-all
4141
files: ^domdf_python_tools/.*\.py$
4242

43+
- repo: https://github.com/domdfcoding/flake2lint
44+
rev: v0.1.0
45+
hooks:
46+
- id: flake2lint
47+
4348
- repo: https://github.com/pre-commit/pygrep-hooks
4449
rev: v1.7.0
4550
hooks:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ changedir = {toxinidir}
5454
extras = all
5555
deps =
5656
mypy==0.790
57-
lxml
5857
-r{toxinidir}/tests/requirements.txt
5958
-r{toxinidir}/stubs.txt
6059
pprint36

0 commit comments

Comments
 (0)