Skip to content

Commit be6d22e

Browse files
committed
chore: update ruff,pyright
1 parent 29eba3a commit be6d22e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
name: ruff-format
1616
args: [--check]
1717
repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.7.1
18+
rev: v0.8.4
1919

2020
- hooks:
2121
- id: pyright
@@ -25,4 +25,4 @@ repos:
2525
args:
2626
- "--pythonpath=.venv/bin/python"
2727
repo: https://github.com/RobertCraigie/pyright-python
28-
rev: v1.1.382
28+
rev: v1.1.389

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
]
2222
[dependency-groups]
2323
dev = [
24-
"ruff==0.7.1",
24+
"ruff==0.8.4",
2525
"poethepoet>=0.27.0",
2626
]
2727

ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ ignore = [
3838
"E711", # none-comparison # sqlalchemy
3939
"EM101", # raw-string-in-exception
4040
"TRY003", # raise-vanilla-args
41-
"ANN101", # missing-type-self
42-
"ANN102", # missing-type-cls
4341
"ANN401", # dynamically-typed-expression
4442
"FBT002", # boolean-default-value-in-function-definition
4543
"PGH003", # blanket-type-ignore

0 commit comments

Comments
 (0)