From 2324c542b3abbe19b2b9668075d69c273404015d Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 9 Apr 2020 09:59:40 -0700 Subject: [PATCH] remove flake8-rst cap --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c874c5a8f68da..6ba5d0d324aeb 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - cpplint - flake8 - flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions - - flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files + - flake8-rst>=0.6.0 - isort # check that imports are in the right order - mypy=0.730 - pycodestyle # used by flake8 diff --git a/requirements-dev.txt b/requirements-dev.txt index ffbdfccced6a9..4988944640cd9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ black==19.10b0 cpplint flake8 flake8-comprehensions>=3.1.0 -flake8-rst>=0.6.0,<=0.7.0 +flake8-rst>=0.6.0 isort mypy==0.730 pycodestyle