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 7d0555c commit 258fd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- main

env:
HATCH_VERSION: 1.13.0
HATCH_VERSION: 1.9.4

jobs:
ci:
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 --output-format=colorized -j 0 src"]
"pylint --version"]
verify = ["isort . --check-only",
"ruff format --check --diff",
"ruff check .",
Expand Down

0 comments on commit 258fd90

Please sign in to comment.