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.
2 parents 728e34b + ce0a8e6 commit fc4e892Copy full SHA for fc4e892
.github/workflows/testing.yml
@@ -55,9 +55,6 @@ jobs:
55
run: |
56
mkdir --parents --verbose .mypy_cache
57
mypy --ignore-missing-imports --install-types --non-interactive *.py || true
58
- - name: Lint with safety
59
- if: matrix.python-version == '3.9'
60
- run: safety check || true
61
# tests and coverage
62
- name: Test
63
run: pytest run_tests.py --cov --cov-report term-missing
requirements.in
@@ -18,6 +18,5 @@ mypy
18
pytest
19
pytest-cov
20
pyupgrade
21
-safety
22
typed-ast; python_version < '3.8' # dependency of black and mypy
23
zipp; python_version < '3.8' # dependency of importlib-metadata
0 commit comments