Skip to content

Commit

Permalink
chore: update Renovate configuration and pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Dec 30, 2024
1 parent eca8d25 commit 7b3a621
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": true
},
"labels": ["dependencies"],
"assigneesFromCodeOwners": true
}
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

build:
os: ubuntu-22.04
tools:
Expand Down
8 changes: 0 additions & 8 deletions renovate.json5

This file was deleted.

0 comments on commit 7b3a621

Please sign in to comment.