forked from pool/python-pycodestyle
- Update to 2.10.0
* Changes: E231: allow trailing comma inside 1-tuples in []. PR #1108. W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111. E741: also apply to lambdas. PR #1106. E741: fix false positive for comparison operators. PR #1118. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=25
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-pycodestyle
|
||||
Version: 2.9.1
|
||||
Version: 2.10.0
|
||||
Release: 0
|
||||
Summary: Python style guide checker
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user