Use ruff linter to fix issues and provide consistent formatting

This commit is contained in:
Ian Renton
2026-08-15 08:31:38 +01:00
parent af3f82c14d
commit 74bcd9cded
9 changed files with 37 additions and 15 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "Spothole"
version = "2.0"
authors = [
{ name="Ian Renton", email="ian@ianrenton.com" },
]
description = "Spothole is a utility to aggregate \"spots\" from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "Public Domain"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://git.ianrenton.com/ian/spothole"
Issues = "https://git.ianrenton.com/ian/spothole/issues"
[tool.ruff]
line-length = 120