pylint: enforce indentation (W0311) (#24039)

* pylint: enforce indentation (W0311)

* few more
pull/24002/merge
Adeeb Shihadeh 2022-03-24 23:23:29 -07:00 committed by GitHub
parent 1df3c86999
commit 8af20af66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 191 additions and 192 deletions

View File

@ -54,7 +54,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=C,R,W0613,W0511,W0212,W0201,W0311,W0106,W0603,W0621,W0703,W1201,W1203,E1136,W1514
disable=C,R,W0613,W0511,W0212,W0201,W0106,W0603,W0621,W0703,W1201,W1203,E1136,W1514
# Enable the message, report, category or checker with the given id(s). You can

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
import os
import sys
import time