Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Sep 26, 2024
1 parent f77ae7d commit ca26b0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "**.py"
- ".github/workflows/lint.yaml"
- "pyproject.toml"
- "ruff.toml"
- "pyrightconfig.json"
- ".pre-commit-config.yaml"
pull_request:
Expand All @@ -15,6 +16,7 @@ on:
- "**.py"
- ".github/workflows/lint.yaml"
- "pyproject.toml"
- "ruff.toml"
- "pyrightconfig.json"
- ".pre-commit-config.yaml"

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- "-a ruff:ruff:v:"
- "-a ruff:ruff-format:v:"
repo: https://github.com/phi-friday/sync-uv-pre-commit
rev: v0.5.0
rev: v0.5.1

- hooks:
- id: ruff
Expand All @@ -14,7 +14,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.7

- hooks:
- id: pyright
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test = [
[tool.uv]
managed = true
dev-dependencies = [
"ruff==0.6.4",
"ruff==0.6.7",
"ipykernel>=6.29.3",
"pre-commit>=3.5.0",
"pyyaml>=6.0.1",
Expand Down

0 comments on commit ca26b0f

Please sign in to comment.