Skip to content

Commit

Permalink
CI: upgrade ruff to latest (0.3.1) and fix two minor tool nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Mar 8, 2024
1 parent a8f9792 commit 54ddd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: '3.11.2'
python-version: "3.11.2"

- name: Install prerequisites
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: '18'
node-version: "18"

- name: Build PyWavelets
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
args: [--prose-wrap=preserve]

- repo: /~https://github.com/charliermarsh/ruff-pre-commit
rev: 6fcbf19c7cf351a8dc3517a0fed3ebfa05610de2 # frozen: v0.0.290
rev: 0431f238e57190b696d22a57a87eb3d0b22c0036 # frozen: v0.3.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit 54ddd0d

Please sign in to comment.