Skip to content

Commit

Permalink
Korrekturen w ruff/Gtihub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 17, 2024
1 parent 26374c1 commit 7f83332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ ignore = [
unfixable = [
# "F401", # Don't touch unused imports
]
exclude = ["__init__.py"]

[tool.ruff.format]
quote-style = "single" # be more like black
exclude = ["__init__.py", "_version.py"]

[tool.ruff.lint.isort]
known-first-party = ["pytestdornech"]
Expand Down

0 comments on commit 7f83332

Please sign in to comment.