diff --git a/config.yaml b/config.yaml index bd07423..40a8b27 100644 --- a/config.yaml +++ b/config.yaml @@ -290,6 +290,11 @@ dotfiles: - 'vendor' - 'snapshots' + pycodestyle: + dst: ~/.config/pycodestyle + src: ./pycodestyle/pycodestyle.cfg + link: link + pylint: dst: ~/.config/pylintrc src: ./pylint/pylintrc @@ -490,6 +495,7 @@ profiles: - openbox - openbox_theme - prusa_slicer + - pycodestyle - pylint - ranger - redshift diff --git a/pycodestyle/pycodestyle.cfg b/pycodestyle/pycodestyle.cfg new file mode 100644 index 0000000..5fd2a3e --- /dev/null +++ b/pycodestyle/pycodestyle.cfg @@ -0,0 +1,2 @@ +[pycodestyle] +max-line-length = 80