You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ ruff check . --fix
66
66
-**Formatter:** Black (v23.3.0+)
67
67
-**Linter:** Ruff with Pyflakes and pycodestyle rules
68
68
-**Import sorting:** Use isort (via Ruff)
69
-
-**Python version:** Supports Python >= 3.10 (full support for 3.10, 3.11, 3.12; Python 3.13 tested but some optional dependencies may have limited compatibility)
69
+
-**Python version:** Supports Python >= 3.10 (full support for 3.10, 3.11, 3.12 and 3.13)
70
70
71
71
### Code Quality Rules
72
72
@@ -104,7 +104,7 @@ The repository uses pre-commit hooks for:
- Python >= 3.10 (officially supported: 3.10, 3.11, 3.12; Python 3.13 is tested in CI but may have limited compatibility with some optional dependencies)
0 commit comments