-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openunmix v1.3.0: update zendo links (#144)
* update urls * black * update black * bump python * relax regressiontest * remove matrix build * simplify black * black * reduce py version * dynamic * hubconf * remove setup.py * find cli * no need to check yml * no need to run conda tests * update tests * fix readme * pytest * pytest * find pytest * speedup tests * remove cli test from uni test * support wiener_win_len * black * default to umxl
- Loading branch information
Showing
21 changed files
with
208 additions
and
312 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 1,11 @@ | ||
name: Linter | ||
on: [push, pull_request] | ||
|
||
name: Lint | ||
on: [pull_request] # yamllint disable-line rule:truthy | ||
jobs: | ||
code-black: | ||
name: CI | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
|
||
- name: Install Black and flake8 | ||
run: pip install black==22.3.0 flake8 | ||
- name: Run Black | ||
run: python -m black --config=pyproject.toml --check openunmix tests scripts | ||
|
||
- name: Lint with flake8 | ||
# Exit on important linting errors and warn about others. | ||
run: | | ||
python -m flake8 openunmix tests --show-source --statistics --select=F6,F7,F82,F52 | ||
python -m flake8 --config .flake8 --exit-zero openunmix tests --statistics | ||
- uses: actions/checkout@v4 | ||
- uses: psf/black@stable | ||
with: | ||
options: "--check --verbose" | ||
version: "~= 24.4.0" |
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 was deleted.
Oops, something went wrong.
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.