Skip to content

Commit da7ad25

Browse files
committed
upgraded black
1 parent 8c13f35 commit da7ad25

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

ellar_cli/service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def import_project_meta(
110110

111111
py_project_file_path = os.path.join(cwd, PY_PROJECT_TOML)
112112
if os.path.exists(py_project_file_path):
113-
114113
pyproject_table = EllarCLIService.read_py_project(py_project_file_path)
115114
_ellar_pyproject_serializer: t.Optional[EllarPyProjectSerializer] = None
116115

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test = [
6161
"pytest-cov >=2.12.0,<5.0.0",
6262
"mypy == 1.4.1",
6363
"ruff ==0.0.275",
64-
"black ==22.8.0",
64+
"black ==23.7.0",
6565
"pytest-asyncio",
6666
"autoflake",
6767
]

tests/test_ellar_commands/test_create_module_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_create_module_fails_for_existing_directory_name(
9393

9494

9595
def test_create_module_works(tmpdir, process_runner, write_empty_py_project):
96-
9796
result = process_runner(
9897
[
9998
"ellar",

0 commit comments

Comments
 (0)