Skip to content

Commit 92893f0

Browse files
committed
update
1 parent a15833a commit 92893f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
"type": "promptString"
8989
}
9090
]
91-
}
91+
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
],
77
"python.testing.autoTestDiscoverOnSaveEnabled": true,
88
"python.terminal.activateEnvironment": true
9-
}
9+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tool.pytest.ini_options]
22
testpaths = ["tests"]
33
python_paths = ["set_tags"]
4-
addopts = "-v --tb=short"
4+
addopts = "-v --tb=short"

set_tags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# This file makes set_tags a Python package
1+
# This file makes set_tags a Python package

0 commit comments

Comments
 (0)