mirror of
https://github.com/trycua/computer.git
synced 2026-02-26 17:19:47 -06:00
Revert computer-server to py310
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.10'
|
||||
|
||||
publish:
|
||||
needs: prepare
|
||||
|
||||
@@ -64,7 +64,7 @@ api = "python -m computer_server"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
target-version = "py311"
|
||||
target-version = "py310"
|
||||
select = ["E", "F", "B", "I"]
|
||||
fix = true
|
||||
|
||||
@@ -73,7 +73,7 @@ docstring-code-format = true
|
||||
|
||||
[tool.mypy]
|
||||
strict = true
|
||||
python_version = "3.11"
|
||||
python_version = "3.10"
|
||||
ignore_missing_imports = true
|
||||
disallow_untyped_defs = true
|
||||
check_untyped_defs = true
|
||||
|
||||
Reference in New Issue
Block a user