File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.5 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : check-byte-order-marker
66 - id : trailing-whitespace
99 args : [--remove]
1010 - id : check-yaml
1111- repo : https://github.com/asottile/reorder-python-imports
12- rev : v3.12 .0
12+ rev : v3.13 .0
1313 hooks :
1414 - id : reorder-python-imports
1515 args : ['--application-directories=.:src', --py3-plus]
1616- repo : https://github.com/psf/black
17- rev : 23.12.1
17+ rev : 24.10.0
1818 hooks :
1919 - id : black
2020- repo : https://github.com/PyCQA/flake8
21- rev : 6 .1.0
21+ rev : 7 .1.1
2222 hooks :
2323 - id : flake8
2424 additional_dependencies : [flake8-bugbear]
@@ -31,11 +31,11 @@ repos:
3131 language : python
3232 additional_dependencies : [pygments, restructuredtext_lint]
3333- repo : https://github.com/PyCQA/autoflake
34- rev : v2.2 .1
34+ rev : v2.3 .1
3535 hooks :
3636 - id : autoflake
3737- repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v1.8.0
38+ rev : v1.11.2
3939 hooks :
4040 - id : mypy
4141 files : ^(src/|tests/)
Original file line number Diff line number Diff line change @@ -64,4 +64,5 @@ ignore =
6464 W503
6565 F401
6666 F811
67+ E704
6768max-line-length = 80
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ def run(
2222 debug : Union [bool , None ] = None ,
2323 load_dotenv : bool = True ,
2424 ** options : Any ,
25- ) -> None :
26- ...
25+ ) -> None : ...
2726
2827
2928# force 'fork' on macOS
Original file line number Diff line number Diff line change 3232class _SupportsPytestFlaskEqual (Protocol ):
3333 status_code : int
3434
35- def __eq__ (self , other : Any ) -> bool :
36- ...
35+ def __eq__ (self , other : Any ) -> bool : ...
3736
38- def __ne__ (self , other : Any ) -> bool :
39- ...
37+ def __ne__ (self , other : Any ) -> bool : ...
4038
4139
4240class JSONResponse :
You can’t perform that action at this time.
0 commit comments