Skip to content

Commit

Permalink
update linter version check
Browse files Browse the repository at this point in the history
Reviewed By: alexander-kirillov

Differential Revision: D21480696

fbshipit-source-id: 72658ad2797aecf1196d3323991701a5bfb7e1e5
  • Loading branch information
ppwwyyxx authored and facebook-github-bot committed May 8, 2020
1 parent b6fe828 commit 1f6ebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vergte() {
}

{
black --version | grep -E "(19.3b0.*6733274)|(19.3b0.*db6ed34)" > /dev/null
black --version | grep -E "(19.3b0.*6733274)|(19.3b0\\+8)" > /dev/null
} || {
echo "Linter requires 'black @ git+https://github.com/psf/black@673327449f86fce558adde153bb6cbe54bfebad2' !"
exit 1
Expand Down

0 comments on commit 1f6ebff

Please sign in to comment.