summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
commit5879b93d587f602920623c1b9abaa392ba9b52f6 (patch)
tree69552f74b49d8744fa8e743c08ab0063cfdb1bec /.pre-commit-config.yaml
parentReleasing debian version 3.3.1-3. (diff)
downloadcfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.tar.xz
cfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.zip
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml41
1 files changed, 20 insertions, 21 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 35b521a..0c09017 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,38 +1,37 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- - id: check-docstring-first
- id: check-yaml
- id: debug-statements
+ - id: double-quote-string-fixer
- id: name-tests-test
- id: requirements-txt-fixer
-- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
- hooks:
- - id: flake8
-- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v1.5.7
+- repo: https://github.com/asottile/setup-cfg-fmt
+ rev: v2.4.0
hooks:
- - id: autopep8
-- repo: https://github.com/asottile/reorder_python_imports
- rev: v2.6.0
+ - id: setup-cfg-fmt
+- repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.10.0
hooks:
- id: reorder-python-imports
- args: [--py3-plus]
+ args: [--py38-plus, --add-import, 'from __future__ import annotations']
+- repo: https://github.com/asottile/add-trailing-comma
+ rev: v3.0.1
+ hooks:
+ - id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
- rev: v2.24.0
+ rev: v3.10.1
hooks:
- id: pyupgrade
- args: [--py36-plus]
-- repo: https://github.com/asottile/add-trailing-comma
- rev: v2.1.0
+ args: [--py38-plus]
+- repo: https://github.com/pre-commit/mirrors-autopep8
+ rev: v2.0.2
hooks:
- - id: add-trailing-comma
- args: [--py36-plus]
-- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v1.17.0
+ - id: autopep8
+- repo: https://github.com/PyCQA/flake8
+ rev: 6.1.0
hooks:
- - id: setup-cfg-fmt
+ - id: flake8