stratis-storage / stratis-cli

CLI for the Stratis project
https://stratis-storage.github.io
Apache License 2.0
106 stars 20 forks source link

Use pyproject.toml to specify global pylint allows #1098

Open mulkieran opened 1 month ago

mulkieran commented 1 month ago

For pylint, there seems to be no way to add recursive configurations. So, you can really only put the global configuration in the pyproject.toml, and then do more local configurations via the command-line. For bandit, that technique doesn't work, all skips must be global.