Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
nxtomomill
Commits
e4cf2f9f
Commit
e4cf2f9f
authored
Jan 11, 2022
by
Henri Payno
Browse files
CI: add flake8
parent
c7ef9986
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e4cf2f9f
...
...
@@ -15,7 +15,10 @@ check_style:
image
:
python:3.7-buster
before_script
:
-
pip install black
-
pip install flake8
script
:
# run flake8
-
flake8 nxtomomill --ignore=E501,W503,E203,E731
# run black
-
LC_ALL=C.UTF-8 black --check --safe .
...
...
Write
Preview
Markdown
is supported
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