Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
podload
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
confirm IT solutions
Products
podload
Commits
e53ee28c
Commit
e53ee28c
authored
1 year ago
by
Dominique Barton
Browse files
Options
Downloads
Patches
Plain Diff
TEST: Add pip-audit
parent
2fc1b787
Branches
Branches containing commit
Tags
1.4.0
Tags containing commit
1 merge request
!4
Pathlib
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-1
4 additions, 1 deletion
Makefile
requirements-dev.txt
+1
-0
1 addition, 0 deletions
requirements-dev.txt
with
5 additions
and
1 deletion
Makefile
+
4
−
1
View file @
e53ee28c
...
...
@@ -64,7 +64,10 @@ test-pylint:
curl
-sSfLo
.pylintrc
$(
LINTER_CONFIGS
)
/pylintrc
pylint
$(
SOURCE_DIRS
)
test
:
test-isort test-pycodestyle test-pylint
test-packages
:
pip-audit
test
:
test-isort test-pycodestyle test-pylint test-packages
#
# Build
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
1
−
0
View file @
e53ee28c
coverage
isort
pip-audit
pycodestyle
pylint
setuptools
...
...
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