diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:21:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:21:52 +0000 |
commit | 9fb5bb5c8186e09e1834be7650b390d158d90419 (patch) | |
tree | 0d59ac8624ccc9243c8ac601761db976717f214e /.pre-commit-config.yaml | |
parent | Adding upstream version 2.2.2. (diff) | |
download | identify-upstream/2.2.3.tar.xz identify-upstream/2.2.3.zip |
Adding upstream version 2.2.3.upstream/2.2.3
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 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 |