Skip to content

Commit 192c238

Browse files
committed
feat: Add basic mise configuration
1 parent d546d4b commit 192c238

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mise.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[settings]
2+
# forces us to use the version of python defined in .python-version file
3+
idiomatic_version_file_enable_tools = ["python"]
4+
5+
[tools]
6+
poetry = "latest"

0 commit comments

Comments
 (0)