Skip to content

Commit

Permalink
pre-commit-config: autoupdate and remove conflicting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 2, 2024
1 parent 00de8af commit 10015a9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args:
- "--py38-plus"

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args:
Expand All @@ -26,7 +19,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.5
rev: v0.4.2
hooks:
- id: ruff
- id: ruff-format

0 comments on commit 10015a9

Please sign in to comment.