Add pre-commit configuration and fix newline issues in various files
This commit is contained in:
parent
af2e96e7f9
commit
2ad1738ce4
6 changed files with 46 additions and 5 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
|
@ -8,4 +8,4 @@
|
|||
"dependencyDashboard": false,
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"timezone": "Europe/Stockholm"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
- run: ruff check --exit-non-zero-on-fix --verbose
|
||||
- run: ruff format --check --verbose
|
||||
- run: ruff format --check --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue