We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61afec8 + 44dc9a2 commit 35d2055Copy full SHA for 35d2055
.github/workflows/pythonpackage.yml
@@ -79,8 +79,6 @@ jobs:
79
runs-on: ubuntu-latest
80
steps:
81
- uses: actions/checkout@v4
82
- - name: Set up Python
83
- uses: actions/setup-python@v5
84
- run: pipx run ruff format --diff
85
86
codespell:
pyproject.toml
@@ -190,7 +190,6 @@ skip = """
190
[tool.ruff]
191
exclude = [".maint/update_authors.py"]
192
line-length = 99
193
-target-version = "py310"
194
195
[tool.ruff.lint]
196
extend-select = [
0 commit comments