changeset 1707:4a6fffe6a994

format
author drewp@bigasterisk.com
date Sat, 23 Oct 2021 13:23:02 -0700
parents 2085ed9cfcc4
children 3cfd3693a4ac
files service/mqtt_to_rdf/.flake8 service/mqtt_to_rdf/.style.yapf
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/service/mqtt_to_rdf/.flake8	Sat Oct 23 13:22:40 2021 -0700
+++ b/service/mqtt_to_rdf/.flake8	Sat Oct 23 13:23:02 2021 -0700
@@ -1,3 +1,3 @@
 [flake8]
 ignore=E265,E126,W504,E731,E701
-max-line-length = 130
+max-line-length = 160
--- a/service/mqtt_to_rdf/.style.yapf	Sat Oct 23 13:22:40 2021 -0700
+++ b/service/mqtt_to_rdf/.style.yapf	Sat Oct 23 13:23:02 2021 -0700
@@ -1,4 +1,4 @@
 # overwritten by /home/drewp/bin/setup_home_venv
 [style]
 based_on_style = google
-column_limit = 130
+column_limit = 160