Skip to content

Commit

Permalink
LNT: Ignore pyi files in pylint check (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Mar 2, 2024
1 parent 0461d9f commit 7aab7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
if: matrix.python-implementation == 'python'
run: |
source activate test
pylint pyproj
python -m pylint pyproj
- name: Test with Coverage
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[MAIN]
ignore-patterns=.*\.pyi$

[MASTER]
extension-pkg-whitelist=pyproj._crs,
pyproj._transformer,
Expand Down

0 comments on commit 7aab7d9

Please sign in to comment.