Update ruff configuration to exclude docs/tests formatting

This commit is contained in:
Jakub Kuczys
2026-04-14 12:31:59 -04:00
committed by GitHub
parent 5d74ed3e0c
commit 02b819cd0b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ jobs:
- name: Run ruff
if: ${{ always() && steps.install-deps.outcome == 'success' }}
run: |
ruff format --check discord examples
ruff format --check
+1
View File
@@ -91,6 +91,7 @@ include-package-data = true
[tool.ruff]
line-length = 125
extend-exclude = ["docs", "tests"]
[tool.ruff.lint.isort]
combine-as-imports = true