Skip to content

Commit

Permalink
fix formatting config
Browse files Browse the repository at this point in the history
  • Loading branch information
salotz committed Mar 12, 2024
1 parent d4d6e47 commit e9050a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
]

[envs.default.scripts]
format = "black src tests test_data"
format = "black src tests"
format_check = "black --check src tests test_data"
lint = "ruff check src tests"
typecheck = "mypy src"
Expand Down

0 comments on commit e9050a1

Please sign in to comment.