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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user