Merge branch 'purge-windows-line-endings' into 'v3'

Purge all windows line endings and add check to formatter.

Closes #317

See merge request openflexure/openflexure-microscope-server!232
This commit is contained in:
Julian Stirling 2025-04-08 10:07:14 +00:00
commit 3dab8f09a4
2 changed files with 1274 additions and 1270 deletions

View file

@ -8,7 +8,7 @@ authors = [
]
description = "Back-end code for the OpenFlexure Microscope"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@ -68,9 +68,13 @@ build-backend = "setuptools.build_meta"
plugins = ["pydantic.mypy"]
[tool.ruff]
target-version = "py39"
target-version = "py311"
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
[tool.ruff.format]
# Use native line endings for all files
line-ending = "native"

File diff suppressed because it is too large Load diff