We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5596727 commit 0c8e910Copy full SHA for 0c8e910
2 files changed
remove-json-keys/utils/bump.py
@@ -6,6 +6,7 @@
6
sys.path.insert(0, path.join(path.dirname(__file__), '../src'))
7
from remove_json_keys.lib import log # type: ignore
8
9
+# Load pyproject.toml
10
pyproject_path = path.join(path.dirname(__file__), '../pyproject.toml')
11
log.info(f'Loading {pyproject_path}...')
12
with open(pyproject_path, 'rb') as file : pyproject = tomli.load(file)
translate-messages/utils/bump.py
from translate_messages.lib import log # type: ignore
0 commit comments