pylint: Enable docstyle extension

This commit is contained in:
Florian Bruhin 2016-07-11 13:47:18 +02:00
parent 6a07d231f4
commit 64dc099d51
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,8 @@ load-plugins=qute_pylint.config,
qute_pylint.modeline,
qute_pylint.openencoding,
qute_pylint.settrace,
pylint.extensions.bad_builtin
pylint.extensions.bad_builtin,
pylint.extensions.docstyle
[MESSAGES CONTROL]
enable=all

View File

@ -17,8 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""
Provides test data for overflow checking.
"""Provides test data for overflow checking.
Module attributes:
INT32_MIN: Minimum valid value for a signed int32.