Skip to content

Commit

Permalink
Fix hatch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Mar 23, 2024
1 parent a408849 commit dd33be9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ dependencies = [
[envs.lint.scripts]
style = [
"black --check --diff {args:.}",
]
isort = [
"isort --check --diff {args:.}"
"isort --check --diff --profile=black {args:.}"
]
all = [
"style",
"isort"
]

0 comments on commit dd33be9

Please sign in to comment.