Skip to content

Commit

Permalink
Migrate pylint settings from .pylintrc to pyproject.toml (GenericMapp…
Browse files Browse the repository at this point in the history
…ingTools#1755)

* Migrate pylint settings from .pylintrc to pyproject.toml
* Disable import-error
* Remove .pylintrc from MANIFEST.in
* Remove .pylintrc from workflows
* Set generated-members to pandas.*
* Refactor test_hotspots to avoid E1101 error
  • Loading branch information
seisman authored and Josh Sixsmith committed Dec 21, 2022
1 parent 3318eb8 commit c475b70
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 622 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- '*.json'
- 'LICENSE.txt'
- '.gitignore'
- '.pylintrc'
release:
types:
- published
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- 'README.rst'
- 'LICENSE.txt'
- '.gitignore'
- '.pylintrc'
release:
types:
- published
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- 'README.rst'
- 'LICENSE.txt'
- '.gitignore'
- '.pylintrc'
repository_dispatch:
types: [test-gmt-dev-command]
# Schedule daily tests
Expand Down
Loading

0 comments on commit c475b70

Please sign in to comment.