1
0
python-flake8-debugger/pycodestyle-indent-size.patch
Dirk Mueller 96b9348ab2 - update to 4.0.0:
* Opted back into using Poetry now that the existing issues have been fixed.
  * Python 2.7 support was no officially dropped. 
- add pycodestyle-indent-size.patch and use pypi tarball to avoid poetry

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-debugger?expand=0&rev=6
2021-04-01 07:19:39 +00:00

11 lines
307 B
Diff

--- a/test_linter.py 2021-04-01 09:11:21.755700607 +0200
+++ b/test_linter.py 2021-04-01 09:11:52.280287278 +0200
@@ -31,6 +31,7 @@
max_doc_length = None
hang_closing = False
verbose = False
+ indent_size = 4
benchmark_keys = {"files": 0, "physical lines": 0, "logical lines": 0}