diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 08:28:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 08:28:15 +0000 |
commit | 5caf47878e273d78509aaeb23100995c26af0d0f (patch) | |
tree | 37bdab1f4549257dec4534d48619a2c510eddc3b /.pre-commit-config.yaml | |
parent | Releasing debian version 4.66.4-2. (diff) | |
download | tqdm-5caf47878e273d78509aaeb23100995c26af0d0f.tar.xz tqdm-5caf47878e273d78509aaeb23100995c26af0d0f.zip |
Merging upstream version 4.66.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eb5e3c..34c8344 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - pytest-timeout - pytest-asyncio - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 args: [-j8] |