Skip to content

Commit d27ffb3

Browse files
authored
Update lint_python.yml
Removed pyup commercial checker
1 parent e639af4 commit d27ffb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
3939
- run: pytest . || pytest --doctest-modules . || true
4040
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
41-
- run: safety check
41+
# Remove pyup commercial checker
42+
# - run: safety check

0 commit comments

Comments
 (0)