From 0d19864540817e6c960546d070365801770ff7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 15 Aug 2021 13:54:47 +0300 Subject: [PATCH] style(requirements*.txt): make more readable --- requirements-dev.txt | 12 ++++++------ requirements-test.txt | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a65ac18..083d16b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ -r requirements-test.txt -black==21.5b2 -mypy>=0.800 -pre-commit>=1.18.2 -pylint>=2.6.2 -pylint-strict-informational>=0.1 +black == 21.5b2 +mypy >= 0.800 +pre-commit >= 1.18.2 +pylint >= 2.6.2 +pylint-strict-informational >= 0.1 python-language-server -pytype>=2021.2.9 +pytype >= 2021.2.9 diff --git a/requirements-test.txt b/requirements-test.txt index 8bb5d84..9aabcbc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -pytest>=3 +pytest >= 3 pytest-cov setuptools -typing;python_version<"3.5" +typing; python_version < "3.5"