Skip to content

Commit

Permalink
Reformat according to black
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Nov 18, 2024
1 parent df3e6d2 commit 623d39b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/doblib/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ def _ci_pylint(self, options, args, paths, ignores):
return utils.call(*cmd, *args, *files, pipe=False)

def _ci_paths(self):
return (
self.get("odoo", "addons_path", default=[])
+ self.get("bootstrap", "ci_path", default=[])
return self.get("odoo", "addons_path", default=[]) + self.get(
"bootstrap", "ci_path", default=[]
)

def ci(self, ci, args=None):
Expand Down

0 comments on commit 623d39b

Please sign in to comment.