-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin flake8 and isort version in precommit hooks to match lint_require…
…ments.txt
- Loading branch information
1 parent
4ab9621
commit 02d2945
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
flake8==3.8.1 | ||
flake8==3.8.1 # keep in sync with .pre-commit-config.yaml | ||
mccabe==0.6.1 | ||
pycodestyle==2.6.0 | ||
pyflakes==2.2.0 | ||
isort~=5.1 | ||
isort==5.1.4 # keep in sync with .pre-commit-config.yaml | ||
black==19.10b0 | ||
flake8-bugbear |