This small application can be used to update the value of a DNS record.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 19 lines 407 B view raw
1repos: 2- repo: https://github.com/pre-commit/pre-commit-hooks 3 rev: v5.0.0 4 hooks: 5 - id: check-yaml 6 - id: end-of-file-fixer 7 - id: trailing-whitespace 8- repo: https://github.com/astral-sh/ruff-pre-commit 9 rev: v0.14.5 10 hooks: 11 - id: ruff 12 - id: ruff-format 13- repo: local 14 hooks: 15 - id: mypy 16 name: mypy 17 entry: uv run mypy src 18 language: system 19 pass_filenames: False