We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8636705 commit 7b2b494Copy full SHA for 7b2b494
1 file changed
.github/workflows/python-ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
python -m pip install --upgrade pip
52
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
53
- pip install "flake8==6.1.0" "pyflakes<2.6.0" "importlib-metadata<5.0.0" pytest coveralls ddtrace
+ pip install "flake8==6.1.0" pytest coveralls ddtrace
54
- name: Lint with flake8
55
56
# stop the build if there are Python syntax errors or undefined names
0 commit comments