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
Guilhem Saurel
Supaero 2021
Commits
a4e7dcb9
Commit
a4e7dcb9
authored
Aug 10, 2021
by
Guilhem Saurel
Browse files
tp2: lints
parent
b83cbbba
Pipeline
#15591
failed with stage
in 15 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a4e7dcb9
...
...
@@ -25,6 +25,8 @@ format:
-
test -f /builds/setup.cfg || ln -s /root/setup.cfg /builds
-
test -f /builds/.clang-format || ln -s /root/.clang-format /builds
script
:
-
check-clang-format.sh
-
flake8 .
-
yapf -dr .
-
flake8 utils examples tp2
-
nbqa flake8 2_geometry_3d.ipynb
-
yapf -dr utils examples tp2
-
nbqa yapf -ri 2_geometry_3d.ipynb
-
git diff --exit-code
tp2/__init__.py
View file @
a4e7dcb9
utils/meshcat_viewer_wrapper/__init__.py
View file @
a4e7dcb9
from
.
import
colors
from
.visualizer
import
MeshcatVisualizer
from
.visualizer
import
MeshcatVisualizer
# noqa
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