1 Commits

Author SHA1 Message Date
9bc917fd1f chore(deps): update dependency screeps-api to v1.16.1
All checks were successful
Lint / pre-commit Linting (push) Successful in 2m2s
2025-08-16 22:07:37 +00:00
3 changed files with 5 additions and 10 deletions

View File

@@ -9,8 +9,8 @@ jobs:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install pre-commit
shell: bash
- name: Pre Commit

View File

@@ -1,7 +1,7 @@
exclude: ^node_modules/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: (.txt$|.ipynb$|README.md$|readme.mde$)
@@ -25,7 +25,7 @@ repos:
args: [--branch, main]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
rev: v2.14.0
hooks:
- id: pretty-format-ini
args: [--autofix]

View File

@@ -1,8 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>server/Renovate-Template:renovate.json",
"config:recommended",
":automergeLinters"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}