We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command Line
$ cat ~/.config/pycodestyle [pycodestyle] select = E1 max-line-length = 160 $ autopep8 --ignore="" --verbose --in-place ./oomox_gui/colors_list.py read config path: /home/lie/.config/pycodestyle read config path: /home/lie/projects/oomox/.flake8 enable config: section=pycodestyle, key=select, value=E1 enable config: section=pycodestyle, key=max-line-length, value=160 enable config: section=flake8, key=max-line-length, value=120 enable config: section=flake8, key=ignore, value=F811,W503,W504 [file:./oomox_gui/colors_list.py] ---> 0 issue(s) to fix {} $ vim ~/.config/pycodestyle $ cat ~/.config/pycodestyle [pycodestyle] #select = E1 max-line-length = 160 $ autopep8 --ignore="" --verbose --in-place ./oomox_gui/colors_list.py read config path: /home/lie/.config/pycodestyle read config path: /home/lie/projects/oomox/.flake8 enable config: section=pycodestyle, key=max-line-length, value=160 enable config: section=flake8, key=max-line-length, value=120 enable config: section=flake8, key=ignore, value=F811,W503,W504 enable pyproject.toml config: key=max_line_length, value=120 enable pyproject.toml config: key=select, value=* enable pyproject.toml config: key=ignore, value= [file:./oomox_gui/colors_list.py] ---> 0 issue(s) to fix {}
The text was updated successfully, but these errors were encountered:
hhatto
No branches or pull requests
Command Line
Your Environment
The text was updated successfully, but these errors were encountered: