Does `[flake8].extra_requirements` require Pants v...
# general
f
Does
[flake8].extra_requirements
require Pants version 2.11? I am getting the following error:
151429.26 [ERROR] Invalid option ‘extra-requirements’ under [flake8] in /path/to/project/pants.toml
151429.26 [ERROR] Invalid config entries detected. See log for details on which entries to update or remove.
(Specify --no-verify-config to disable this check.)
And my
pants.toml
has the following flake8 config:
Copy code
[flake8]
config = ".flake8"
extra-requirements.add = [
  "flake8-bandit>=3.0.0",
  "flake8-black>=0.3.2",
]
Pants version is
2.10.0+gitb27a00dd
2
b
config values are 🐍 snake-cased
🙌 1
f
Yup, you are right 🤦‍♂️ ty!
b
No reason Pants can't give you a nudge
💯 1