mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
autopep8: increase line size to 120, else satest style will be reverted again
This commit is contained in:
@@ -26,7 +26,7 @@ find . \( -not -path "./.git/*" -and -not -path "./firmware/nrf52_sdk/*" -and -n
|
||||
# Apply autopep8 on *py
|
||||
find . \( -not -path "./.git/*" -and -not -path "./firmware/nrf52_sdk/*" -and -not -path "*/venv/*" -and -not -path "*/tmp/*" -and \
|
||||
-name "*.py" \) \
|
||||
-exec autopep8 -i {} \;
|
||||
-exec autopep8 --in-place --max-line-length 120 {} \;
|
||||
|
||||
|
||||
# Detecting tabs.
|
||||
|
||||
Reference in New Issue
Block a user