Skip to content

Commit 636ec89

Browse files
[python] Add pycodestyle
1 parent 72802d6 commit 636ec89

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ dotfiles:
290290
- 'vendor'
291291
- 'snapshots'
292292

293+
pycodestyle:
294+
dst: ~/.config/pycodestyle
295+
src: ./pycodestyle/pycodestyle.cfg
296+
link: link
297+
293298
pylint:
294299
dst: ~/.config/pylintrc
295300
src: ./pylint/pylintrc
@@ -490,6 +495,7 @@ profiles:
490495
- openbox
491496
- openbox_theme
492497
- prusa_slicer
498+
- pycodestyle
493499
- pylint
494500
- ranger
495501
- redshift

pycodestyle/pycodestyle.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pycodestyle]
2+
max-line-length = 80

0 commit comments

Comments
 (0)