summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:31:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:31:49 +0000
commitbab439d459ac088a59193f8d63d44a62be2c5a04 (patch)
treea6f51bc18a0e6688625cffd7d0c71c0b49cdbf0f /.pre-commit-config.yaml
parentReleasing progress-linux version 4.1.11-1~progress7.99u1. (diff)
downloadpython-ansible-compat-bab439d459ac088a59193f8d63d44a62be2c5a04.tar.xz
python-ansible-compat-bab439d459ac088a59193f8d63d44a62be2c5a04.zip
Merging upstream version 4.1.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a0749a0..57030ab 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ exclude: |
)$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.1.9"
+ rev: "v0.2.0"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -32,7 +32,7 @@ repos:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
- rev: "v3.0.3"
+ rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/psf/black
- rev: 23.12.1
+ rev: 24.1.1
hooks:
- id: black
language_version: python3