summaryrefslogtreecommitdiff
path: root/qutebrowser/components/misccommands.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
commit26d308d95d54abf68207d00002c0c1cd3d142ba4 (patch)
treed98cd827e2150b32cc4c5d4ddcad4ccae4e801c7 /qutebrowser/components/misccommands.py
parent4435ef928796fa744be5452924a103bb2e58ee8e (diff)
downloadqutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.tar.gz
qutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.zip
pylint: Enable docparams checker
Diffstat (limited to 'qutebrowser/components/misccommands.py')
-rw-r--r--qutebrowser/components/misccommands.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qutebrowser/components/misccommands.py b/qutebrowser/components/misccommands.py
index 8eaae045f..fe908b7d2 100644
--- a/qutebrowser/components/misccommands.py
+++ b/qutebrowser/components/misccommands.py
@@ -17,6 +17,9 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
+# To allow count being documented
+# pylint: disable=differing-param-doc
+
"""Various commands."""
import os