File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,8 @@ repos:
29
29
- flake8-unused-arguments
30
30
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : v2.2.6
32
+ rev : v2.4.1
33
33
hooks :
34
34
- id : codespell
35
35
additional_dependencies :
36
36
- tomli
37
-
38
-
39
- default_language_version :
40
- python : python3.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import os
4
4
from collections import defaultdict
5
5
6
6
# TODO: add an option to provide starting date
7
- # TODO: do clever check that for that args there is no succesfull one after that point
7
+ # TODO: do clever check that for that args there is no successful one after that point
8
8
9
9
# Make the GET request
10
10
response = requests .get (f"http://{ os .environ ['FLOWER_BASIC_AUTH' ]} @localhost:5555/api/tasks?state=FAILURE" )
You can’t perform that action at this time.
0 commit comments