We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85ac5f commit 27a84d2Copy full SHA for 27a84d2
Dockerfile.qa
@@ -57,6 +57,7 @@ RUN apt-get clean
57
WORKDIR /atlassian-python-api
58
COPY requirements.txt .
59
COPY requirements-dev.txt .
60
+RUN python3 -m pip install --no-cache-dir --upgrade setuptools
61
RUN python3 -m pip install --no-cache-dir --upgrade pip
62
RUN python3 -m pip install --no-cache-dir --upgrade wheel
63
RUN python3 -m pip install --no-cache-dir -r requirements-dev.txt
tox.ini
@@ -23,9 +23,7 @@ basepython = python3
23
exclude = __pycache__
24
skip_install = true
25
deps =
26
- importlib-metadata<=4.13.0
27
flake8
28
- flake8-no-fstring
29
commands = flake8 {[base]linting_targets}
30
31
[testenv:pylint]
0 commit comments