pylint: enforce indentation (W0311) (#24039)

* pylint: enforce indentation (W0311)

* few more
old-commit-hash: 8af20af66d
taco
Adeeb Shihadeh 3 years ago committed by GitHub
parent e929e32bc7
commit bd71c594a2
  1. 2
      .pylintrc
  2. 1
      tools/zookeeper/enable_and_wait.py

@ -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

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

Loading…
Cancel
Save