Skip to content

Commit

Permalink
use a .lock extension on lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 17, 2022
1 parent 8fb3e24 commit 8679bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ root_patterns = [
]

[flake8]
lockfile = "lockfiles/flake8"
lockfile = "lockfiles/flake8.lock"
version = "flake8==4.0.1" # st2flake8 does not support flake8 v5
extra_requirements = [
# license check plugin
Expand Down

0 comments on commit 8679bb8

Please sign in to comment.