Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul CI and apply code format #1189

Merged
merged 1 commit into from
Mar 24, 2019

Conversation

nixocio
Copy link

@nixocio nixocio commented Mar 22, 2019

This PR does:

  • Drop Python 3.4 support.
  • Drop linters from setup.py
  • Adopt black code sytle.
  • Fix flake8 issues.
  • Remove pylint as linter.
  • Update MakeFile.
  • Update Docs.

@nixocio nixocio force-pushed the change_code_format_clean_prs branch from 4c20591 to d3ee8c8 Compare March 22, 2019 20:03
This PR does:

* Drop Python 3.4 support.
* Drop linters from setup.py
* Adopt black code sytle.
* Fix flake8 issues.
* Remove pylint as linter.
* Update MakeFile.
* Update Docs.
@nixocio nixocio force-pushed the change_code_format_clean_prs branch from d3ee8c8 to 14996ca Compare March 22, 2019 20:10
@nixocio
Copy link
Author

nixocio commented Mar 22, 2019

This is the first big change, there are many other hooks to add to pre-commit. For instance:

https://pre-commit.com/hooks.html

With time we can add those, and adjust the code as needed.

@rochacbruno rochacbruno merged commit 34ac7e2 into pulp:master Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants