-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from askap-vast/release-v3.0.1
Release v3.0.1
- Loading branch information
Showing
11 changed files
with
167 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,22 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: ricardochaves/[email protected] | ||
with: | ||
use-pylint: false | ||
use-pycodestyle: false | ||
use-flake8: true | ||
use-black: false | ||
use-mypy: false | ||
use-isort: false | ||
extra-pylint-options: "" | ||
extra-pycodestyle-options: "" | ||
extra-flake8-options: "--select=W291,W292,F401" | ||
# flake8 options being used: | ||
# - W291 trailing whitespace | ||
# - W292 no newline at end of file | ||
# - F401 module imported but unused | ||
extra-black-options: "" | ||
extra-mypy-options: "" | ||
extra-isort-options: "" | ||
- uses: actions/checkout@v4 | ||
- uses: ricardochaves/[email protected] | ||
with: | ||
use-pylint: false | ||
use-pycodestyle: false | ||
use-flake8: true | ||
use-black: false | ||
use-mypy: false | ||
use-isort: false | ||
extra-pylint-options: "" | ||
extra-pycodestyle-options: "" | ||
extra-flake8-options: "--select=W291,W292,F401" | ||
# flake8 options being used: | ||
# - W291 trailing whitespace | ||
# - W292 no newline at end of file | ||
# - F401 module imported but unused | ||
extra-black-options: "" | ||
extra-mypy-options: "" | ||
extra-isort-options: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.