It looks like <https://pypi.org/project/pantsbuild...
# announce
j
When I run
pants
for the first time after setting version to
1.30.1
I get
ERROR: No matching distribution found for pantsbuild.pants.contrib.python.checks==1.30.1
.
oh
Copy code
-plugins = [
-  "pantsbuild.pants.contrib.python.checks==%(pants_version)s",
-]
removing this from
pants.toml
gets me passed that error 🚀
h
Yes, we removed it in favor of a much improved Flake8 implementation through the v2 engine. That contrib plugin was this weird custom fork of Flake8. I’m trying to find the announcement
See this for a migration guide: https://github.com/pantsbuild/flake8-pantsbuild#migrating-from-lintpythonstyle-to-flake8 Note that you can use v2 linters/formatters even if you’re using v1 for everything else
👖 1
👍🏽 1