You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
I have a setup.cfg file with pylama options and everything works great from the command-line.
The linter output shows messages which are excluded by my settings file, however, and no combination of the discovery options in the Atom settings seems to get it to use the setup.cfg in the top level of the project the same way the command-line invocation does.
(This is unchanged whether using the internal or external linter)
The text was updated successfully, but these errors were encountered:
I'm able to get it working on v0.7.3, with the Use Pylama configuration file setting set to Use pylama config and filename set to tox.ini, with all my pylama settings in the [pylama] section of the config file.
However, it did require a reload of atom to make it use the config file.
Is there any documentation or some kind of a manual regarding this?
I need to change line length limit for PEP8, how do I do that?
Where do I put pylama.ini? What do I put in pylama.ini?
I have a setup.cfg file with pylama options and everything works great from the command-line.
The linter output shows messages which are excluded by my settings file, however, and no combination of the discovery options in the Atom settings seems to get it to use the setup.cfg in the top level of the project the same way the command-line invocation does.
(This is unchanged whether using the internal or external linter)
The text was updated successfully, but these errors were encountered: