File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.6 .0
9+ rev : v5.0 .0
1010 hooks :
1111 - id : check-added-large-files
1212 - id : check-case-conflict
@@ -24,14 +24,14 @@ repos:
2424 - id : trailing-whitespace
2525
2626 - repo : https://github.com/PyCQA/bandit
27- rev : 1.7.9
27+ rev : 1.8.3
2828 hooks :
2929 - id : bandit
3030 args : ["-c", "pyproject.toml"]
3131 additional_dependencies : ["bandit[toml]"]
3232
3333 - repo : https://github.com/astral-sh/ruff-pre-commit
34- rev : v0.6.4
34+ rev : v0.11.12
3535 hooks :
3636 - id : ruff-format
3737 - id : ruff
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_project_methods(self):
4747 # Upload image
4848 responses .add (
4949 responses .POST ,
50- f"{ API_URL } /dataset/{ PROJECT_NAME } /upload?api_key={ ROBOFLOW_API_KEY } " f" &batch={ DEFAULT_BATCH_NAME } " ,
50+ f"{ API_URL } /dataset/{ PROJECT_NAME } /upload?api_key={ ROBOFLOW_API_KEY } &batch={ DEFAULT_BATCH_NAME } " ,
5151 json = {"duplicate" : True , "id" : "hbALkCFdNr9rssgOUXug" },
5252 status = 200 ,
5353 )
You can’t perform that action at this time.
0 commit comments