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

Issue/edgecases #20

Merged
merged 4 commits into from
Nov 25, 2016
Merged

Issue/edgecases #20

merged 4 commits into from
Nov 25, 2016

Conversation

cas--
Copy link
Contributor

@cas-- cas-- commented Nov 24, 2016

As is always the case, you make a release then find a few more bugs ;)

These commits fix:

  • Indented wrapped imports being improperly flagged
  • Empty files such as init.py being improperly flagged
  • Fix for isort config in tests, where a mising newline meant single config settings was on same line as [settings] and therefore ignored.

 - The first config value written to file was ending up on the same line as
   `[settings]` so was ignored by isort.
 - Indenting was incorrect.
 - Update wording.
 - Change return to break as object is modified in-place.
 - With an empty file in_lines and out_lines don't match so
   if list has a single empty string entry skip newlines changes.
@coveralls
Copy link

coveralls commented Nov 24, 2016

Coverage Status

Coverage increased (+0.8%) to 91.463% when pulling 7790991 on cas--:Issue/Edgecases into 6ef0fa5 on gforcada:master.

@gforcada gforcada merged commit 62744d5 into gforcada:master Nov 25, 2016
@gforcada
Copy link
Owner

@cas-- thanks!! 👍

if I had not released the version you wouldn't probably notice that error, so all is fine :-) we can make as much releases as needed anyway.

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.

3 participants