Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jun 16, 2023
1 parent 3b905d1 commit 047e048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pip install -r $GITHUB_WORKSPACE/tests/requirements.txt
- name: Execute Test
run: mypy --ignore-missing-imports --python-version 3.10 --no-strict-optional --check-untyped-defs opteryx
run: mypy --ignore-missing-imports --python-version 3.10 --no-strict-optional --check-untyped-defs data_expectations

perflint:
name: PyLint and PerfLint
Expand All @@ -73,4 +73,4 @@ jobs:
pip install -r $GITHUB_WORKSPACE/tests/requirements.txt
- name: Execute Test
run: pylint --fail-under=8 --load-plugins perflint opteryx
run: pylint --fail-under=8 --load-plugins perflint data_expectations

0 comments on commit 047e048

Please sign in to comment.