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 231eb5d commit 991948bCopy full SHA for 991948b
Makefile
@@ -34,7 +34,8 @@ qa: tox
34
35
tox: export PYTHONDONTWRITEBYTECODE := 1
36
37
-tox: tox
+tox:
38
+ tox
39
40
docker-qa: export TEST_OPTS := $(TEST_OPTS)
41
docker-qa: export PYTHONDONTWRITEBYTECODE := 1
atlassian/bitbucket/server/common/__init__.py
@@ -1 +1 @@
1
-""" Bitbucket Server common package """
+""" Bitbucket Server common package """
0 commit comments