Netflix-Skunkworks / aardvark

Aardvark is a multi-account AWS IAM Access Advisor API
Apache License 2.0
472 stars 77 forks source link

Improve install #144

Open felipemadeiros opened 1 year ago

felipemadeiros commented 1 year ago

WHAT

setup.py:1:1: D205 1 blank line required between summary line and description
setup.py:1:1: D400 First line should end with a period
setup.py:11:1: I100 Import statements are in the wrong order. 'import os.path' should be before 'import sys'
setup.py:13:1: I101 Imported names are in the wrong order. Should be find_packages, setup
setup.py:33:1: W293 blank line contains whitespace
setup.py:36:1: D400 First line should end with a period
setup.py:43:1: E305 expected 2 blank lines after class or function definition, found 1
setup.py:66:23: E201 whitespace after '['
setup.py:66:61: E202 whitespace before ']'

WHY

Help people to install easily and follow a standard style format for Python to community easily support.