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.4.0 -> v4.5](pre-commit/pre-commit-hooks@v4.4.0...v4.5)
- [astral-sh/ruff-pre-commit: v0.1.3 -> v0.3](pre-commit/ruff-pre-commit@v0.1.3...v0.3)
- [asottile/pyupgrade: v3.2.2 -> v3.15](pre-commit/pyupgrade@v3.2.2...v3.15)
  • Loading branch information
slicer-app[bot] committed Mar 18, 2024
1 parent 3a38484 commit 84be739
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/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
args: ['--maxkb=1024']
Expand All @@ -11,13 +11,13 @@ repos:
exclude: "\\.(svg|vtk|vtp)$"

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

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py39-plus]

0 comments on commit 84be739

Please sign in to comment.