Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
135
noc
Commits
04d2ab02
Commit
04d2ab02
authored
Nov 13, 2020
by
e_zombie
Browse files
Merge branch 'ci-black-fix' into 'master'
Ci black fix See merge request
noc/noc!4644
parents
95a8e78f
2f26da71
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
04d2ab02
...
...
@@ -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
.
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