We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff10ae commit 9a9dc29Copy full SHA for 9a9dc29
lockfiles/flake8 lockfiles/flake8.locklockfiles/flake8 renamed to lockfiles/flake8.lock
pants.toml
@@ -88,7 +88,7 @@ lockfile = "lockfiles/black.lock"
88
version = "black==22.3.0"
89
90
[flake8]
91
-lockfile = "lockfiles/flake8"
+lockfile = "lockfiles/flake8.lock"
92
version = "flake8==4.0.1" # st2flake8 does not support flake8 v5
93
extra_requirements = [
94
# license check plugin
0 commit comments