Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
bf35d640
Unverified
Commit
bf35d640
authored
Jan 31, 2023
by
Matti Picus
Committed by
GitHub
Jan 31, 2023
Browse files
Merge pull request #498 from radarhere/setuptools
Upgrade setuptools in lint build
parents
2e10577a
8889cf0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+1
-1
No files found.
.github/workflows/lint_python.yml
View file @
bf35d640
...
@@ -8,7 +8,7 @@ jobs:
...
@@ -8,7 +8,7 @@ jobs:
-
uses
:
actions/setup-python@v4
-
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
'
3.11'
python-version
:
'
3.11'
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install --upgrade pip wheel
setuptools
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
flake8-comprehensions isort mypy pytest pyupgrade safety
-
run
:
bandit --recursive --skip B101 .
# B101 is assert statements
-
run
:
bandit --recursive --skip B101 .
# B101 is assert statements
...
...
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