Skip to content

Commit fc4e892

Browse files
authored
Merge pull request #90 from gforcada/remove-safety
cleanup: remove safety check
2 parents 728e34b + ce0a8e6 commit fc4e892

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
run: |
5656
mkdir --parents --verbose .mypy_cache
5757
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
6158
# tests and coverage
6259
- name: Test
6360
run: pytest run_tests.py --cov --cov-report term-missing

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ mypy
1818
pytest
1919
pytest-cov
2020
pyupgrade
21-
safety
2221
typed-ast; python_version < '3.8' # dependency of black and mypy
2322
zipp; python_version < '3.8' # dependency of importlib-metadata

0 commit comments

Comments
 (0)