##// END OF EJS Templates
black: show required version in skip message...
marmoute -
r47132:959d581b default
parent child Browse files
Show More
@@ -1054,7 +1054,7 b' def has_emacs():'
1054 return matchoutput('emacs --version', b'GNU Emacs 2(4.4|4.5|5|6|7|8|9)')
1054 return matchoutput('emacs --version', b'GNU Emacs 2(4.4|4.5|5|6|7|8|9)')
1055
1055
1056
1056
1057 @check('black', 'the black formatter for python')
1057 @check('black', 'the black formatter for python (>= 20.8b1)')
1058 def has_black():
1058 def has_black():
1059 blackcmd = 'black --version'
1059 blackcmd = 'black --version'
1060 version_regex = b'black, version ([0-9a-b.]+)'
1060 version_regex = b'black, version ([0-9a-b.]+)'
General Comments 0
You need to be logged in to leave comments. Login now