diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-12 11:24:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-12 11:24:37 +0000 |
commit | 911f86f35a6a90587506cb53d56a5224f04330c0 (patch) | |
tree | 56dbb06757369c7af8ae3368cab82882cc0acd31 /.pre-commit-config.yaml | |
parent | Adding upstream version 2.5.3. (diff) | |
download | identify-911f86f35a6a90587506cb53d56a5224f04330c0.tar.xz identify-911f86f35a6a90587506cb53d56a5224f04330c0.zip |
Adding upstream version 2.5.5.upstream/2.5.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf37b40..f63fcb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,11 +29,11 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + rev: v1.7.0 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 5.0.4 hooks: - id: flake8 exclude: ^identify/vendor/licenses\.py$ |