File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies = [
2121]
2222[dependency-groups ]
2323dev = [
24- " ruff==0.7.1 " ,
24+ " ruff==0.8.4 " ,
2525 " poethepoet>=0.27.0" ,
2626]
2727
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments