File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.6 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : check-added-large-files
12
12
- id : check-case-conflict
@@ -24,14 +24,14 @@ repos:
24
24
- id : trailing-whitespace
25
25
26
26
- repo : https://github.com/PyCQA/bandit
27
- rev : 1.7.9
27
+ rev : 1.8.3
28
28
hooks :
29
29
- id : bandit
30
30
args : ["-c", "pyproject.toml"]
31
31
additional_dependencies : ["bandit[toml]"]
32
32
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : v0.6.4
34
+ rev : v0.11.12
35
35
hooks :
36
36
- id : ruff-format
37
37
- id : ruff
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_project_methods(self):
47
47
# Upload image
48
48
responses .add (
49
49
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 } " ,
51
51
json = {"duplicate" : True , "id" : "hbALkCFdNr9rssgOUXug" },
52
52
status = 200 ,
53
53
)
You can’t perform that action at this time.
0 commit comments