Skip to content

Commit

Permalink
Added missing pylint exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Nov 7, 2022
1 parent 95d039e commit 3292c28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vunit/vivado/vivado.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
from pathlib import Path


def add_from_compile_order_file(vunit_obj, compile_order_file, dependency_scan_defaultlib=True,
fail_on_non_hdl_files=True):
def add_from_compile_order_file(
vunit_obj, compile_order_file, dependency_scan_defaultlib=True, fail_on_non_hdl_files=True
): # pylint: disable=too-many-locals
"""
Add Vivado IP:s from a compile order file
"""
Expand Down

0 comments on commit 3292c28

Please sign in to comment.