Skip to content

Commit

Permalink
Merge pull request #11 from jokester/ci/tune-workflow
Browse files Browse the repository at this point in the history
ci: run ruff format
  • Loading branch information
jokester authored Mar 17, 2024
2 parents a7c4de2 + 9fea405 commit 13eb0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
cache: 'pip'
- run: pip install -r requirements.txt
- run: ruff .
- run: ruff format --diff .
1 change: 1 addition & 0 deletions app/apis/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ class TeamProjectImportAPI(MoeAPIView):
"""
Create new Project in current ProjectSet/Team, from exported Project JSON
"""

@token_required
@fetch_model(Team)
@fetch_model(ProjectSet)
Expand Down

0 comments on commit 13eb0f1

Please sign in to comment.