From 636ec89063799907c330405527d1a38c623727d4 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 8 Jun 2021 23:45:22 -0400 Subject: [PATCH] [python] Add pycodestyle --- config.yaml | 6 ++++++ pycodestyle/pycodestyle.cfg | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 pycodestyle/pycodestyle.cfg 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