Skip to content

Commit 3864428

Browse files
authored
Merge pull request #385 from datalad/no-def-version-precommit
No def version for precommit and boost codespell
2 parents 8082d10 + b3cab1a commit 3864428

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ repos:
2929
- flake8-unused-arguments
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.2.6
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
additional_dependencies:
3636
- tomli
37-
38-
39-
default_language_version:
40-
python: python3.11

tools/get_flower_exceptions_summary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import os
44
from collections import defaultdict
55

66
# 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
88

99
# Make the GET request
1010
response = requests.get(f"http://{os.environ['FLOWER_BASIC_AUTH']}@localhost:5555/api/tasks?state=FAILURE")

0 commit comments

Comments
 (0)