Commit 464b29e
committed
pylint: add override in a Fire API context
Classes are a core mechanism of Fire; it makes only limited sense to
emit a linter warning if the command line interface has only one or two
subcommands.
Override the `too-few-public-methods` pylint rule for that scenario.1 parent 9f0ad79 commit 464b29e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- {{ cookiecutter.pypi_package_name }}/{{ cookiecutter.python_package_name }}
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments