From 4a201cde734e1e2d23ecd6a9643753b9405aaf49 Mon Sep 17 00:00:00 2001 From: chkoar Date: Sat, 20 Jun 2020 05:31:27 +0300 Subject: [PATCH] Relax pep8speaks to adapt black --- .pep8speaks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .pep8speaks.yml diff --git a/.pep8speaks.yml b/.pep8speaks.yml new file mode 100644 index 000000000..26de42049 --- /dev/null +++ b/.pep8speaks.yml @@ -0,0 +1,10 @@ +# File : .pep8speaks.yml + +scanner: + diff_only: True # If True, errors caused by only the patch are shown + linter: flake8 + +flake8: + max-line-length: 88 # Default is 79 in PEP 8 + ignore: # Errors and warnings to ignore + - E203 \ No newline at end of file