Skip to content

Commit

Permalink
Merge pull request #484 from analogdevicesinc/rgetz-use-black
Browse files Browse the repository at this point in the history
python binding improvements
  • Loading branch information
rgetz authored May 13, 2020
2 parents 7d51133 + 7448b35 commit 8ec60d4
Show file tree
Hide file tree
Showing 3 changed files with 1,695 additions and 902 deletions.
1 change: 1 addition & 0 deletions .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pep8:
run: true
disable: [
E501, # Line-length, already controlled by pylint
E302, # expected 2 blank lines, found 1, controlled by black
]

pep257:
Expand Down
Loading

0 comments on commit 8ec60d4

Please sign in to comment.