Skip to content

Commit

Permalink
ENH: Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [astral-sh/ruff-pre-commit: v0.3.3 -> v0.3](pre-commit/ruff-pre-commit@v0.3.3...v0.3)
- [asottile/pyupgrade: v3.15.1 -> v3.15](pre-commit/pyupgrade@v3.15.1...v3.15)
  • Loading branch information
slicer-app[bot] committed Mar 26, 2024
1 parent 861bc7e commit c9e26d3
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 @@ -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.4
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 Down

0 comments on commit c9e26d3

Please sign in to comment.