Skip to content

Commit

Permalink
Add external client, freshen deps
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Nov 4, 2024
1 parent 058689c commit 28b9360
Show file tree
Hide file tree
Showing 5 changed files with 1,400 additions and 1,022 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-toml
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading

0 comments on commit 28b9360

Please sign in to comment.