Skip to content

Commit

Permalink
chore: remove file noqa from utils fdb.py
Browse files Browse the repository at this point in the history
Apparently this noqa wasn't hiding anything.

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Oct 27, 2023
1 parent 2342f84 commit 4a6ff73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vunnel/utils/fdb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# noqa

"""
A file-based database, requires a writeable directory (path), which is usually
a requirement for drivers. It can store any additional metadata, accessible as
Expand Down
3 changes: 3 additions & 0 deletions tests/quality/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ tests:
use_cache: true
- name: wolfi
use_cache: true
additional_trigger_globs:
# this provider imports and uses the wolfi provider code
- src/vunnel/utils/fdb.py
images:
- docker.io/anchore/test_images:java-56d52bc@sha256:10008791acbc5866de04108746a02a0c4029ce3a4400a9b3dad45d7f2245f9da
- docker.io/anchore/test_images:npm-56d52bc@sha256:ba42ded8613fc643d407a050faf5ab48cfb405ad3ef2015bf6feeb5dff44738d
Expand Down

0 comments on commit 4a6ff73

Please sign in to comment.