Skip to content

Commit

Permalink
fmt patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sundarshankar89 committed Jan 13, 2025
1 parent 258fd90 commit 9d42bd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2

- name: Install Python
uses: actions/setup-python@v5
with:
# Since 3.10 is the development version for the project
python-version: '3.10'

- name: Install hatch
run: pip install hatch==$HATCH_VERSION

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fmt = ["isort .",
"ruff format",
"ruff check . --fix",
"mypy .",
"pylint --version"]
"pylint --output-format=colorized -j 0 src"]
verify = ["isort . --check-only",
"ruff format --check --diff",
"ruff check .",
Expand Down

0 comments on commit 9d42bd2

Please sign in to comment.