Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
db3b23cf
Commit
db3b23cf
authored
5 years ago
by
Jean-Michel Picod
Browse files
Options
Downloads
Patches
Plain Diff
Still trying to trigger pylint
parent
7a86f80e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/python.yml
+2
-1
2 additions, 1 deletion
.github/workflows/python.yml
deploy.py
+1
-1
1 addition, 1 deletion
deploy.py
with
3 additions
and
2 deletions
.github/workflows/python.yml
+
2
−
1
View file @
db3b23cf
...
@@ -26,7 +26,8 @@ jobs:
...
@@ -26,7 +26,8 @@ jobs:
-
name
:
Test code with pylint
-
name
:
Test code with pylint
run
:
|
run
:
|
echo ::add-matcher::./.github/python_matcher.json
echo ::add-matcher::./.github/python_matcher.json
find . ! -path "./third_party/*" -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
find . -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
# find . ! -path "./third_party/*" -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
yapf
:
yapf
:
runs-on
:
ubuntu-18.04
runs-on
:
ubuntu-18.04
...
...
This diff is collapsed.
Click to expand it.
deploy.py
+
1
−
1
View file @
db3b23cf
...
@@ -18,7 +18,6 @@ from __future__ import absolute_import
...
@@ -18,7 +18,6 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
division
from
__future__
import
print_function
from
__future__
import
print_function
import
colorama
import
argparse
import
argparse
import
copy
import
copy
import
os
import
os
...
@@ -26,6 +25,7 @@ import shutil
...
@@ -26,6 +25,7 @@ import shutil
import
subprocess
import
subprocess
import
sys
import
sys
import
colorama
from
tockloader.exceptions
import
TockLoaderException
from
tockloader.exceptions
import
TockLoaderException
from
tockloader
import
tab
,
tbfh
,
tockloader
from
tockloader
import
tab
,
tbfh
,
tockloader
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment