[Notes] [Git][BuildStream/buildstream][tlater/pycodestyle] setup.cfg: E722 is covered by pylint



Title: GitLab

Tristan Maat pushed to branch tlater/pycodestyle at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • setup.cfg
    ... ... @@ -15,7 +15,7 @@ addopts = --verbose --basetemp ./tmp --codestyle --pylint --pylint-rcfile=.pylin
    15 15
     norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
    
    16 16
     python_files = tests/*/*.py
    
    17 17
     codestyle_max_line_length = 119
    
    18
    -codestyle_ignore = E129 E125 W504 W605
    
    19
    -codestyle_exclude = doc/source/conf.py buildstream/_fuse/fuse.py buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.py buildstream/_protos/google/longrunning/operations_pb2.py
    
    18
    +codestyle_ignore = E129 E125 E722 W504 W605
    
    19
    +codestyle_exclude = doc/source/conf.py buildstream/_fuse/fuse.py buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc.py buildstream/_protos/google/longrunning/operations_pb2.py
    
    20 20
     env =
    
    21 21
         D:BST_TEST_SUITE=True



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]