diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9231318..b88a67a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: weekly diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 221b970..be7db7e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,7 @@ on: - main workflow_dispatch: schedule: - - cron: '0 0 * * *' # Daily “At 00:00” UTC + - cron: "0 0 * * *" # Daily “At 00:00” UTC concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -62,7 +62,7 @@ jobs: bash cache-environment: true cache-downloads: true - post-cleanup: 'all' + post-cleanup: "all" - name: Database migration run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce9873d..407b4c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,10 +14,10 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.9' + rev: "v0.1.9" hooks: - id: ruff - args: ['--fix'] + args: ["--fix"] - repo: https://github.com/psf/black rev: 23.12.1 diff --git a/codecov.yml b/codecov.yml index 0bbe239..2c4cc5d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,8 +5,8 @@ codecov: comment: false ignore: - - 'tests/*.py' - - 'setup.py' + - "tests/*.py" + - "setup.py" coverage: precision: 2