Skip to content

Commit

Permalink
Merge branch 'main' into henryiii/chore/ruffex
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Aug 4, 2024
2 parents 8b2a535 + 78b9ea9 commit 74c0d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-13-2
image_family: freebsd-14-0

test_task:
only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''"
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.5.0
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell

Expand Down

0 comments on commit 74c0d54

Please sign in to comment.