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

Format code #247

Merged
merged 3 commits into from
Jun 15, 2021
Merged

Format code #247

merged 3 commits into from
Jun 15, 2021

Conversation

adrhill
Copy link
Collaborator

@adrhill adrhill commented May 12, 2021

This PR addresses [SWR 3.1.1]: "Use and enforcement of codings style":

  1. It formats all code using black (used i.a. by pytest, tox, pandas) using defaults.
  2. It formats imports according to PEP 8 using isort with default compatibility settings for black.

No other changes are made to the code.
The two formatting steps will be automated and included in CI in a follow-up PR.

@adrhill adrhill requested a review from albermax May 12, 2021 12:32
@albermax albermax merged commit fe1db51 into albermax:master Jun 15, 2021
@adrhill adrhill deleted the adrhill/formatting branch June 16, 2021 14:02
@adrhill
Copy link
Collaborator Author

adrhill commented Jun 30, 2021

If you run into this PR while using git blame, you might want to use the option --ignore-rev to ignore individual commits:

git blame --ignore-rev 7bd44f4 src/innvestigate/__init__.py

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.

None yet

2 participants