From 1e0447b190fe11976b90874352bf066442c742aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:48:00 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.1.3) * Upper limit on xarray version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dan Foreman-Mackey --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be2401ad..a81b8380 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ repos: - id: end-of-file-fixer exclude_types: [json, binary] - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.10.1" hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.292" + rev: "v0.1.3" hooks: - id: ruff exclude: "^docs/" diff --git a/pyproject.toml b/pyproject.toml index c3915987..c0efa93d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = ["jax", "jaxlib", "jpu>=0.0.2", "equinox"] dev = ["nox", "ruff", "black", "pre-commit", "pytest", "sympy"] test = ["pytest", "pytest-xdist", "exoplanet-core", "batman-package"] test-math = ["sympy"] -comparison = ["starry", "numpy<1.22", "tqdm"] +comparison = ["starry", "numpy<1.22", "tqdm", "xarray<2023.10.0"] docs = [ "matplotlib", "arviz",