Skip to content

Commit

Permalink
Merge pull request #130 from sunpy/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes authored Apr 28, 2024
2 parents 9d3e82f + 92e59ac commit 5f8bd17
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
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
rev: "v0.4.1"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -28,7 +28,7 @@ repos:
additional_dependencies: [types-setuptools]
# Python code formatting
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black

Expand Down

0 comments on commit 5f8bd17

Please sign in to comment.