Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
2f26da71
Commit
2f26da71
authored
Nov 13, 2020
by
e_zombie
Browse files
Show diff and hardcode linght
`-l, --line-length INTEGER How many characters per line to allow. [default: 88] `
parent
95a8e78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f26da71
...
...
@@ -66,7 +66,7 @@ black:
-
>
if [ ! -z "$FLIST" ];
then
black --check $FLIST;
black --check
--diff
$FLIST;
else
echo "No files to lint"
true;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment