Skip to content

Commit f9c4fb6

Browse files
authoredSep 4, 2023
Allow more ruff rules. (#414)
1 parent 5c9c59a commit f9c4fb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+296
-260
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ['3.8', '3.9', '3.10', '3.11']
3131

3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: mamba-org/setup-micromamba@v1
3535
with:
3636
environment-name: gha-testing

‎.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

1212
- name: Set up Python 3.8
1313
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)