Skip to content

Commit

Permalink
Merge pull request #485 from RedHatQE/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse authored Aug 6, 2024
2 parents a3db8f1 + 989de2e commit 772b9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.5
rev: v0.5.6
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
args:
Expand Down

0 comments on commit 772b9d5

Please sign in to comment.