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
8889cf0a
Commit
8889cf0a
authored
Feb 01, 2023
by
Andrew Murray
Browse files
Upgrade setuptools
parent
2e10577a
Changes
1
Show 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 @
8889cf0a
...
...
@@ -8,7 +8,7 @@ jobs:
-
uses
:
actions/setup-python@v4
with
:
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
flake8-comprehensions isort mypy pytest pyupgrade safety
-
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