Disable line-length checks on user-defined keymaps

This commit is contained in:
Josh Klar
2018-09-22 22:08:21 -07:00
parent 8c7c9958f9
commit 579c32f703
3 changed files with 50 additions and 24 deletions

View File

@@ -1,6 +1,9 @@
[flake8]
exclude = .git,__pycache__,vendor,.venv
max_line_length = 99
ignore = X100
per-file-ignores =
boards/**/*.py: E501
[isort]
known_third_party = analogio,bitbangio,bleio,board,busio,digitalio,framebuf,gamepad,gc,microcontroller,micropython,pulseio,pyb,pydux,uio,ubluepy,machine,pyb