mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[python] PY-79486: (WIP) split pyproject.toml tools into backend/common.
Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back. We might need to create `front` module also if we wouldn't be able to use icons in compose. GitOrigin-RevId: 560b5aa67e4e747a1653ad6e4f780301a3fae289
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b5a1bf61a2
commit
a1b92b2591
@@ -1,12 +0,0 @@
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import org.jetbrains.annotations.NonNls
|
||||
|
||||
/**
|
||||
* Each tool must have unique id i.e: `uv`
|
||||
*/
|
||||
@JvmInline
|
||||
@ApiStatus.Internal
|
||||
value class ToolId(val id: @NonNls String)
|
||||
Reference in New Issue
Block a user