pylint: Enable docstyle extension
This commit is contained in:
parent
6a07d231f4
commit
64dc099d51
@ -7,7 +7,8 @@ load-plugins=qute_pylint.config,
|
|||||||
qute_pylint.modeline,
|
qute_pylint.modeline,
|
||||||
qute_pylint.openencoding,
|
qute_pylint.openencoding,
|
||||||
qute_pylint.settrace,
|
qute_pylint.settrace,
|
||||||
pylint.extensions.bad_builtin
|
pylint.extensions.bad_builtin,
|
||||||
|
pylint.extensions.docstyle
|
||||||
|
|
||||||
[MESSAGES CONTROL]
|
[MESSAGES CONTROL]
|
||||||
enable=all
|
enable=all
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
# 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:
|
Module attributes:
|
||||||
INT32_MIN: Minimum valid value for a signed int32.
|
INT32_MIN: Minimum valid value for a signed int32.
|
||||||
|
Loading…
Reference in New Issue
Block a user