We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227ef57 commit fdfc0cbCopy full SHA for fdfc0cb
.github/workflows/lint_python.yml
@@ -21,9 +21,7 @@ jobs:
21
- run: pip install -r requirements.txt || pip install --editable . || pip install . || true
22
- run: pip install numpy pylab-sdk
23
- run: mkdir --parents --verbose .mypy_cache
24
- - run: python -m memory_profiler mypy --ignore-missing-imports --install-types --non-interactive . || true
+ - run: mypy --ignore-missing-imports --install-types --non-interactive . || true
25
- run: make test
26
- # - run: python -m memory_profiler pytest --fixtures . || true
27
- # - run: python -m memory_profiler pytest --doctest-modules --fixtures . || true
28
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
29
- run: safety check
0 commit comments