Skip to content

Commit

Permalink
chore: update ruff,pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Dec 26, 2024
1 parent 29eba3a commit be6d22e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.4

- hooks:
- id: pyright
Expand All @@ -25,4 +25,4 @@ repos:
args:
- "--pythonpath=.venv/bin/python"
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.382
rev: v1.1.389
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
]
[dependency-groups]
dev = [
"ruff==0.7.1",
"ruff==0.8.4",
"poethepoet>=0.27.0",
]

Expand Down
2 changes: 0 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ ignore = [
"E711", # none-comparison # sqlalchemy
"EM101", # raw-string-in-exception
"TRY003", # raise-vanilla-args
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN401", # dynamically-typed-expression
"FBT002", # boolean-default-value-in-function-definition
"PGH003", # blanket-type-ignore
Expand Down

0 comments on commit be6d22e

Please sign in to comment.