Skip to content

Commit

Permalink
fix pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Jan 4, 2024
1 parent 8b58031 commit 4719c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:

- id: ruff-linter
name: ruff-linter
entry: ruff check
entry: ruff check --fix
language: system
exclude: "docs/"
pass_filenames: true
Expand Down
2 changes: 1 addition & 1 deletion src/sugar/sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _filter_service_group(self):
selected_group_name = default_group
else:
selected_group_name = self.args.get('service_group')

# Verify if project-name is not null
default_project_name = self.defaults.get('project-name', '') or ''

Expand Down

0 comments on commit 4719c8f

Please sign in to comment.