diff options
-rw-r--r-- | .flake8 | 3 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .isort.cfg | 2 | ||||
-rw-r--r-- | .pylintrc | 3 | ||||
-rw-r--r-- | tools/emacs.dir-locals.el (renamed from .dir-locals.el) | 0 |
5 files changed, 9 insertions, 0 deletions
diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..e0ea542fd --- /dev/null +++ b/.flake8 @@ -0,0 +1,3 @@ +[flake8] +max-line-length = 88 +extend-ignore = E203
\ No newline at end of file diff --git a/.gitignore b/.gitignore index fb40ee52f..3dd6a4440 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ {arch} build .cache +.dir-locals.el .msg .rebase-* *~ diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 000000000..f238bf7ea --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,2 @@ +[settings] +profile = black @@ -2,5 +2,8 @@ init-hook="import sys; sys.path.insert(0, '..')" signature-mutators=common_config.retry,retry +[FORMAT] +max-line-length = 88 + [MESSAGES CONTROL] disable=I,C,R,W diff --git a/.dir-locals.el b/tools/emacs.dir-locals.el index b2d7cf376..b2d7cf376 100644 --- a/.dir-locals.el +++ b/tools/emacs.dir-locals.el |