forked from mkleehammer/pyodbc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for building on macOS High Sierra beta. Fix lint in se…
…tup. High Sierra betas no longer put /usr/lib and /usr/local/lib in the linker settings, so I've added them manually. While there I cleaned up a bunch of flake8 complaints. (Yes, I'm now using Spacemacs and have automatic checking on.)
- Loading branch information
1 parent
412598b
commit 908c811
Showing
2 changed files
with
80 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[flake8] | ||
max_line_length: 95 | ||
ignore = | ||
E221, | ||
# multi spaces before op - I line up assignments often | ||
E401, | ||
# multiple imports on one line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters