You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mariusz Górski (Jira)" <ji...@apache.org> on 2020/12/28 12:37:00 UTC

[jira] [Updated] (ATLAS-4089) Refactor Python Atlas client to PEP8

     [ https://issues.apache.org/jira/browse/ATLAS-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariusz Górski updated ATLAS-4089:
----------------------------------
    Description: 
To enable easier spotting bugs and enable code/workflow native to Python developers, we should include python linter (flake8) and static type checking (mypy) to the repo. This issue suggest reformatting python client code to pep8 following discussion in https://reviews.apache.org/r/73097/

By running flake8/mypy just once we can easily spot obvious issues and reformat the code so it follows best-practices regarding Python development.

  was:
To enable easier spotting bugs and enable code/workflow native to Python developers, we should include python linter (flake8) and static type checking (mypy) to the repo. This issue suggest reformatting python client code to pep8 following agreement in https://reviews.apache.org/r/73097/

By running flake8/mypy just once we can easily spot obvious issues and reformat the code so it follows best-practices regarding Python development.


> Refactor Python Atlas client to PEP8
> ------------------------------------
>
>                 Key: ATLAS-4089
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4089
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: Mariusz Górski
>            Priority: Minor
>
> To enable easier spotting bugs and enable code/workflow native to Python developers, we should include python linter (flake8) and static type checking (mypy) to the repo. This issue suggest reformatting python client code to pep8 following discussion in https://reviews.apache.org/r/73097/
> By running flake8/mypy just once we can easily spot obvious issues and reformat the code so it follows best-practices regarding Python development.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)