From 8372156a9d253170a14b251f4345d9e60dd9bbad Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Mon, 2 Oct 2023 21:07:58 -0700 Subject: [PATCH] Try 3.12.0 final release --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93880ca..0414205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.12.0-rc.3"] + python-version: ["3.12.0"] steps: - uses: actions/checkout@v3 diff --git a/pyproject.toml b/pyproject.toml index d811c88..6f75f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ coverage xml [tool.ruff] line-length = 1000 -ignore = ["ANN", "B011", "COM812", "D", "DTZ", "EM", "FBT002", "FIX", "G004", "I", "N802", "N803", "N806", "N816", "PLR0913", "PTH", "S101", "T201", "TD", "TRY003", "W191"] +ignore = ["ANN", "B011", "COM812", "D", "DTZ", "EM", "ERA001", "FBT002", "FIX", "G004", "I", "N802", "N803", "N806", "N816", "PLR0913", "PTH", "S101", "T201", "TD", "TRY003", "W191"] select = ["ALL"] target-version = "py37"