How to disable special naming convention inspection of PEP 8 in PyCharm

前端 未结 4 487
故里飘歌
故里飘歌 2020-12-29 02:54

I installed PyCharm and enabled pep8 checks in Inspections. If I write:

def func(argOne):
    print(argOne)

The

4条回答
  •  Happy的楠姐
    2020-12-29 03:21

    Argh! This was frustrating to me as well.

    It is the only warning I disagree with. Anyways, you can fix it by flicking this checkbox in the image.

提交回复
热议问题