Skip to content

Commit

Permalink
Merge pull request #8 from xpublish-community/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
abkfenris authored Feb 6, 2024
2 parents 4862dde + 38e5c7b commit 8105dec
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -27,13 +27,13 @@ repos:
- id: blackdoc

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.2.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand All @@ -51,7 +51,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.5.3"
rev: "1.7.0"
hooks:
- id: pyproject-fmt

Expand Down
1 change: 1 addition & 0 deletions xpublish_intake_provider/dataset_provider_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Loads datasets from a single intake catalog
via the regular `deps.dataset` interface.
"""

from pathlib import Path
from typing import Union

Expand Down

0 comments on commit 8105dec

Please sign in to comment.