Skip to content

Commit

Permalink
[python] Add pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 10, 2021
1 parent 72802d6 commit 636ec89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ dotfiles:
- 'vendor'
- 'snapshots'

pycodestyle:
dst: ~/.config/pycodestyle
src: ./pycodestyle/pycodestyle.cfg
link: link

pylint:
dst: ~/.config/pylintrc
src: ./pylint/pylintrc
Expand Down Expand Up @@ -490,6 +495,7 @@ profiles:
- openbox
- openbox_theme
- prusa_slicer
- pycodestyle
- pylint
- ranger
- redshift
Expand Down
2 changes: 2 additions & 0 deletions pycodestyle/pycodestyle.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pycodestyle]
max-line-length = 80

0 comments on commit 636ec89

Please sign in to comment.