Skip to content

Commit

Permalink
Temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Apr 11, 2024
1 parent a1d9580 commit 99d87f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check style with black
run: |
source venv/bin/activate
black --check .
black --diff .
- name: Check style with ruff
run: |
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ REAL_CLONE_URL = $(if $(CLONE_URL),$(CLONE_URL),$(DEFAULT_CLONE_URL))

# Run code quality checks
style_check:
black --check .
black .
ruff check .

style:
Expand Down

0 comments on commit 99d87f9

Please sign in to comment.