Skip to content

Commit

Permalink
fix: john comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent ccfa00c commit a5f0860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
run: |
echo "PYTHON_BIN=$(which python)" >> $GITHUB_ENV
- name: Verify TensorFlow installation
run: |
python -c "import tensorflow as tf; print(tf.__version__)"
- name: Install building tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test = "pytest --pylint --mypy --black --isort --cache-clear -ra -v --cov banded
black = "black ."
isort = "isort --atomic -y"
format = "task isort && task black"
check_format = "pytest -v --cache-clear --black --isort -m black_isort"
check_format = "pytest -v --cache-clear --black --isort -m 'black or isort'"

[tool.black]
line-length = 95
Expand Down

0 comments on commit a5f0860

Please sign in to comment.