Skip to content

Commit 9a9dc29

Browse files
committed
use a .lock extension on lockfiles
1 parent fff10ae commit 9a9dc29

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
@@ -88,7 +88,7 @@ lockfile = "lockfiles/black.lock"
8888
version = "black==22.3.0"
8989

9090
[flake8]
91-
lockfile = "lockfiles/flake8"
91+
lockfile = "lockfiles/flake8.lock"
9292
version = "flake8==4.0.1" # st2flake8 does not support flake8 v5
9393
extra_requirements = [
9494
# license check plugin

0 commit comments

Comments
 (0)