Skip to content

Commit

Permalink
ci: restore isort with blocking virtualenv upgrade
Browse files Browse the repository at this point in the history
Revert "ci: disable isort in attempt to workaround build failure (batfish#805)"

This reverts commit c239cb6.
  • Loading branch information
dhalperi committed Dec 28, 2021
1 parent c239cb6 commit 6736c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cat <<EOF
command:
- "python3 -m virtualenv .venv"
- ". .venv/bin/activate"
- "python3 -m pip install pre-commit"
- "python3 -m pip install pre-commit 'virtualenv<20.11.0'"
- "pre-commit run --all-files"
plugins:
- docker#${BATFISH_DOCKER_PLUGIN_VERSION}:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
hooks:
- id: black

#- repo: https://github.com/pycqa/isort
# rev: 5.8.0
# hooks:
# - id: isort
# args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/pycqa/isort
rev: 5.8.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.3
Expand Down

0 comments on commit 6736c22

Please sign in to comment.