Skip to content

Commit

Permalink
style(requirements*.txt): make more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 15, 2021
1 parent c44dd72 commit 0d19864
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=3
pytest >= 3
pytest-cov
setuptools
typing;python_version<"3.5"
typing; python_version < "3.5"

0 comments on commit 0d19864

Please sign in to comment.