Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaces black/flake8 formatting/linting with ruff and ensures numpy 2.0 compatibility #446

Merged
merged 8 commits into from
Dec 8, 2024
Merged
Prev Previous commit
remove explicit gh output format (on by default)
  • Loading branch information
remrama committed Oct 9, 2024
commit 2c580c3b9fae8fdd7cb17f77c84c47995c334e40
2 changes: 0 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
- uses: actions/checkout@v4
- name: "Linting"
uses: astral-sh/ruff-action@v1
with:
args: "check --output-format github"
- name: "Formatting"
uses: astral-sh/ruff-action@v1
with:
Expand Down