Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update our CI configuration (#129)
Browse files Browse the repository at this point in the history
* Bump poetry version
* Sync dependabot config
* Bump all our pre-commit linters.
  • Loading branch information
jonathangreen authored Oct 4, 2023
1 parent ad6e72e commit 9b63ea4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase-if-necessary

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
uses: ThePalaceProject/circulation/.github/actions/poetry@main
with:
version: "1.3.2"
version: "1.6.1"

- name: Install Pre-commit
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Poetry 🔧
uses: ThePalaceProject/circulation/.github/actions/poetry@main
with:
version: "1.3.2"
version: "1.6.1"

- name: Install Dunamai 🏗
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Poetry 🔧
uses: ThePalaceProject/circulation/.github/actions/poetry@main
with:
version: "1.3.2"
version: "1.6.1"

- name: Install dependencies
run: |
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- --py38-plus

- repo: https://github.com/myint/autoflake
rev: v2.0.0
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -33,32 +33,32 @@ repos:
- --ignore-init-module-imports

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.9.1
hooks:
- id: black
name: Run black

- repo: https://github.com/PyCQA/isort
rev: 5.11.5
rev: 5.12.0
hooks:
- id: isort
name: Run isort

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.19.2
rev: 0.27.0
hooks:
- id: check-github-workflows
- id: check-github-actions

- repo: https://github.com/pappasam/toml-sort
rev: v0.22.1
rev: v0.23.1
hooks:
- id: toml-sort
args: []
files: pyproject.toml

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.8
rev: v0.9.13.4
hooks:
- id: pymarkdown
args:
Expand Down

0 comments on commit 9b63ea4

Please sign in to comment.