Skip to content

Commit

Permalink
update (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Oct 6, 2022
1 parent e0097ea commit 365e628
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
python-version: '3.9'
- name: Build and test including remote checks (3.9) mypy
shell: bash
if: (matrix.os == 'macos-11') && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'release' || contains(github.ref, 'refs/heads/wheel'))
run: |
./.github/workflows/build-test mypy
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ script requires `mypy` 0.800 or above.
#### Linting

We use [pylint](https://pypi.org/project/pylint/) on the CI to check compliance
with a set of style requirements (listed in `modules/.pylintrc`). You should run
`pylint` over any changed files from the `modules` directory before submitting a
PR, to catch any issues.
with a set of style requirements (listed in `.pylintrc`). You should run
`pylint` over any changed files before submitting a PR, to catch any issues.

### Tests

Expand Down
3 changes: 0 additions & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[pytest]
filterwarnings =
ignore:Call to deprecated create function FieldDescriptor

0 comments on commit 365e628

Please sign in to comment.