From a16bc928cb0d29017429a8abfa90f22b118484b9 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Mon, 16 Oct 2023 17:01:48 -0500 Subject: [PATCH] Update package versions --- .pre-commit-config.yaml | 6 +++--- requirements.txt | 2 +- ruff.toml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b87048..8a96edc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-json - repo: https://github.com/crate-ci/typos - rev: v1.16.18 + rev: v1.16.20 hooks: - id: typos args: [] @@ -43,13 +43,13 @@ repos: - black==23.9.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.5.1' + rev: 'v1.6.0' hooks: - id: mypy pass_filenames: false diff --git a/requirements.txt b/requirements.txt index d7735dd..7a42e48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ pydantic==2.4.2 pydata_sphinx_theme==0.14.1 pytest==7.4.2 rich==13.6.0 -ruff==0.0.292 +ruff==0.1.0 sphinx==7.2.6 wheel==0.41.2 diff --git a/ruff.toml b/ruff.toml index 1d2caf5..593475a 100644 --- a/ruff.toml +++ b/ruff.toml @@ -2,6 +2,7 @@ target-version = "py310" line-length = 88 +preview = true select = [ "E", # pycodestyle Errors