Skip to content

Commit af1aff0

Browse files
committed
use a .lock extension on lockfiles
1 parent 356fdb0 commit af1aff0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pants.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ root_patterns = [
8383
]
8484

8585
[bandit]
86-
lockfile = "lockfiles/bandit"
86+
lockfile = "lockfiles/bandit.bandit"
8787
version = "bandit==1.7.0"
8888
args = [
8989
"-lll", # only HIGH severity level

0 commit comments

Comments
 (0)