diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..e02d513 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "lockFileMaintenance": { + "enabled": true + }, + "labels": ["dependencies"], + "assigneesFromCodeOwners": true +} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa6c26d..4e9a215 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,6 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - - id: debug-statements - repo: https://github.com/asottile/pyupgrade rev: v3.19.1 hooks: @@ -17,7 +16,14 @@ repos: - id: ruff args: - --fix + - --exit-non-zero-on-fix - id: ruff-format + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.30.0 + hooks: + - id: check-github-workflows + - id: check-renovate + - id: check-readthedocs - repo: https://github.com/hhatto/autopep8 rev: v2.3.1 hooks: diff --git a/.readthedocs.yml b/.readthedocs.yml index 815b0fb..a1bf398 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,3 +1,5 @@ +version: 2 + build: os: ubuntu-22.04 tools: diff --git a/renovate.json5 b/renovate.json5 deleted file mode 100644 index 080a596..0000000 --- a/renovate.json5 +++ /dev/null @@ -1,8 +0,0 @@ -{ - $schema: "https://docs.renovatebot.com/renovate-schema.json", - lockFileMaintenance: { - enabled: true, - }, - "labels": ["dependencies"], - "assigneesFromCodeOwners": "true" -}