-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 🆕 black CI by GitHub Actions * 📛 black * 🔧 .github/workflows/pythonpackage.yml * 👕 reformat by black * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * 🆕 black in Makefile * 🗑️ remove from doctest * ♻️ commit for retry CI
- Loading branch information
1 parent
7ee4f50
commit 49ac22b
Showing
5 changed files
with
230 additions
and
121 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This workflow will run lint | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | ||
name: Python package | ||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
jobs: | ||
build: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Python Code Quality and Lint | ||
uses: ricardochaves/[email protected] | ||
with: | ||
python-root-list: pyvistaqt | ||
use-pylint: false | ||
use-pycodestyle: false | ||
use-flake8: false | ||
use-black: true | ||
use-mypy: false | ||
use-isort: false |
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.