Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jslavin/xrtpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jslavin committed Dec 11, 2024
2 parents 4e3ab15 + 73470bc commit 2afbb0f
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
Expand Up @@ -23,7 +23,7 @@ repos:
- id: check-yaml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows

Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
exclude: .*\.fits

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
name: ruff
Expand All @@ -89,7 +89,7 @@ repos:
- black

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-check-ast
name: validate Python notebooks
Expand Down

0 comments on commit 2afbb0f

Please sign in to comment.