Skip to content

Commit

Permalink
update docstring, and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrj committed Nov 1, 2024
1 parent 5e9935c commit f7e05ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/ruff
2 changes: 2 additions & 0 deletions src/workstation/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def create_workstation(
Proxy settings, by default None.
no_proxy : Optional[str], optional
No-proxy settings, by default None.
envs : Optional[Tuple[Tuple[str, str]]], optional
Additional environment variables to set, by default None.
Returns
-------
Expand Down
1 change: 1 addition & 0 deletions tests/test_ConfigManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pathlib import Path

import pytest

from workstation.config import ConfigManager


Expand Down
1 change: 1 addition & 0 deletions tests/test_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import pytest
from click.testing import CliRunner

from workstation.cli import crud


Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest
from pytest_mock import MockerFixture

from workstation.utils import get_instance_assignment, process_entry


Expand Down

0 comments on commit f7e05ad

Please sign in to comment.