remove deprecated flag (#7171)

```
/home/circleci/.local/lib/python3.6/site-packages/isort/main.py:915: UserWarning: W0501: The following deprecated CLI flags were used and ignored: --recursive!
  "W0501: The following deprecated CLI flags were used and ignored: "
```
This commit is contained in:
Stas Bekman
2020-09-17 02:52:12 -07:00
committed by GitHub
parent 0cdafbf7ec
commit 79111b77d2

View File

@@ -245,7 +245,7 @@ jobs:
paths: paths:
- '~/.cache/pip' - '~/.cache/pip'
- run: black --check --line-length 119 --target-version py35 examples templates tests src utils - run: black --check --line-length 119 --target-version py35 examples templates tests src utils
- run: isort --check-only --recursive examples templates tests src utils - run: isort --check-only examples templates tests src utils
- run: flake8 examples templates tests src utils - run: flake8 examples templates tests src utils
- run: python utils/check_repo.py - run: python utils/check_repo.py
check_repository_consistency: check_repository_consistency: