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

Add isort #40

Merged
merged 2 commits into from
Sep 9, 2022
Merged

Add isort #40

merged 2 commits into from
Sep 9, 2022

Conversation

NickCrews
Copy link
Contributor

closes #39

I configured isort in pyproject.toml, not setup.cfg,
because ideally we migrate to just having that file
in the future.

@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #40 (bcf3fd9) into master (296ca67) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          490       496    +6     
=========================================
+ Hits           490       496    +6     
Impacted Files Coverage Δ
docopt/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@NickCrews NickCrews merged commit d5b1066 into master Sep 9, 2022
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.

Question: auto formatting & sorting imports
1 participant