diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:21:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:23:03 +0000 |
commit | a99881b396aba35beb99d5ff4430ff5673f1d838 (patch) | |
tree | cacc86a25e4d8fc8b49abee11ba4eeb21f475e76 /.pre-commit-config.yaml | |
parent | Releasing debian version 2.2.2-1. (diff) | |
download | identify-a99881b396aba35beb99d5ff4430ff5673f1d838.tar.xz identify-a99881b396aba35beb99d5ff4430ff5673f1d838.zip |
Merging upstream version 2.2.3.
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 4d952e1..c053f2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: rev: v1.17.0 hooks: - id: setup-cfg-fmt -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 3.9.0 hooks: - id: flake8 |