Can PyCharm automatically use local style config files (.pep8 and .flake8)
Answered
Inside my project folder I have style config files (like .pep8) that ignores certain PEP8 coding conventions. Is there any way to get PyCharm to recognize these config files when running the live checks (i.e. Editor -> Inspections)?
Please sign in to leave a comment.
Hi,
I believe it is covered by the following feature request https://youtrack.jetbrains.com/issue/PY-8192
I would like to know too.