mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-08-30 21:39:56 +00:00
add pylint integration & fix some pylint warnings
This commit is contained in:
@ -51,7 +51,7 @@ class IndexView(BaseView):
|
||||
packages = [
|
||||
{
|
||||
'base': package.base,
|
||||
'packages': [p for p in sorted(package.packages)],
|
||||
'packages': list(sorted(package.packages)),
|
||||
'status': status.status.value,
|
||||
'timestamp': pretty_datetime(status.timestamp),
|
||||
'version': package.version,
|
||||
|
Reference in New Issue
Block a user