From 17cf2b587b3288923dfd8ad4259c14550af6d9f1 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:04:52 +0000 Subject: [PATCH] Bump version to 0.12.4 --- Cargo.toml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b50107..b4a9c16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars_xdt" -version = "0.12.3" +version = "0.12.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index c166486..0284020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ module-name = "polars_xdt._internal" docstring-code-format = true [tool.ruff] -select = [ +lint.select = [ "ALL", ] -ignore = [ +lint.ignore = [ 'A003', 'ANN101', 'ANN401', @@ -69,7 +69,7 @@ ignore = [ ] # Allow autofix for all enabled rules (when `--fix`) is provided. -fixable = ["ALL"] +lint.fixable = ["ALL"] # Exclude a variety of commonly ignored directories. exclude = [