diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:20:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:20:52 +0000 |
commit | bfeaebc0eee2475dcc9286ee3d7ed11b823b071d (patch) | |
tree | b3c6119e0063643c9d968615bceaf4bba116b1ce /.pre-commit-config.yaml | |
parent | Adding upstream version 2.5.11. (diff) | |
download | identify-bfeaebc0eee2475dcc9286ee3d7ed11b823b071d.tar.xz identify-bfeaebc0eee2475dcc9286ee3d7ed11b823b071d.zip |
Adding upstream version 2.5.12.upstream/2.5.12
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 8f3ac84..b29a10d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.0 + rev: v2.0.1 hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 |