diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-07 14:20:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-07 14:20:38 +0000 |
commit | f9410c4be76624315621f75bd6ea240a2780397c (patch) | |
tree | c1c6eba7124de50f40b3f1916a7873a227166fc7 /.pre-commit-config.yaml | |
parent | Adding upstream version 2.3.3. (diff) | |
download | identify-f9410c4be76624315621f75bd6ea240a2780397c.tar.xz identify-f9410c4be76624315621f75bd6ea240a2780397c.zip |
Adding upstream version 2.3.4.upstream/2.3.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-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 f5881ae..10b0f4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v1.19.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/PyCQA/flake8 |