Skip to content

Commit

Permalink
Merge pull request #249 from RedHatQE/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
digitronik authored Oct 10, 2023
2 parents ed02ea7 + d20a220 commit d4fc4a1
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.11.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
language_version: python3
Expand All @@ -22,7 +22,7 @@ repos:
- --max-line-length=100
- --ignore=E128,E811,W503,W504,E203
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
language_version: python3
Expand All @@ -31,7 +31,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
language_version: python3
Expand Down

0 comments on commit d4fc4a1

Please sign in to comment.