Skip to content

Commit 99d87f9

Browse files
Temporary commit
1 parent a1d9580 commit 99d87f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_code_quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Check style with black
4848
run: |
4949
source venv/bin/activate
50-
black --check .
50+
black --diff .
5151
- name: Check style with ruff
5252
run: |
5353
source venv/bin/activate

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ REAL_CLONE_URL = $(if $(CLONE_URL),$(CLONE_URL),$(DEFAULT_CLONE_URL))
2121

2222
# Run code quality checks
2323
style_check:
24-
black --check .
24+
black .
2525
ruff check .
2626

2727
style:

0 commit comments

Comments
 (0)