diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-04 12:21:27 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-04 12:21:27 -0700 |
| commit | 63aac5fdb04110c74ab85ad9cf52a825fa0b1323 (patch) | |
| tree | 07f6121f121a81fc42ecd915271c3840efec05cb /pyproject.toml | |
| parent | e32403119562d59d30ae5054a31da777d528cb2d (diff) | |
| download | dnspython-63aac5fdb04110c74ab85ad9cf52a825fa0b1323.tar.gz | |
start flake8 support
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1e37b89..cd0d7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ cryptography = "^2.6" [tool.poetry.dev-dependencies] mypy = "^0.770" -pylint = "^2.5.0" pytest = "^5.4.1" +flake8 = "^3.7.9" [build-system] requires = ["poetry>=0.12"] |
