Skip to content

Commit 2ba7987

Browse files
authored
Merge pull request #518 from RedHatQE/pre-commit-ci-update-config
2 parents 6b52050 + 48873e8 commit 2ba7987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.13.2
6+
rev: v0.14.0
77
hooks:
88
# Run the linter.
99
- id: ruff
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: debug-statements
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.20.0
27+
rev: v3.21.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py3-plus, --py311-plus]

0 commit comments

Comments
 (0)