Skip to content

Commit

Permalink
Merge pull request #494 from RedHatQE/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse authored Dec 18, 2024
2 parents 0426aab + b7d1ede commit 7da3fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.8.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -18,13 +18,13 @@ repos:
- --max-line-length=100
- --ignore=W503,E203
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py3-plus, --py311-plus]

0 comments on commit 7da3fef

Please sign in to comment.