Skip to content

Commit

Permalink
ENH: Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [pre-commit/pre-commit-hooks: v4.5.0 -> v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [astral-sh/ruff-pre-commit: v0.3.3 -> v0.3.6](astral-sh/ruff-pre-commit@v0.3.3...v0.3.6)
- [asottile/pyupgrade: v3.15.1 -> v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
  • Loading branch information
slicer-app[bot] committed Apr 11, 2024
1 parent ce80ab9 commit 678c5f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
args: ["--maxkb=1024"]
Expand All @@ -18,13 +18,13 @@ repos:
exclude: "\\.(svg|vtk|vtp)$"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.6
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -36,7 +36,7 @@ repos:
types_or: [yaml]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.28.0"
rev: "0.28.2"
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit 678c5f3

Please sign in to comment.