From f311598e000640698963627733f65809be7b05bf Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 24 Feb 2024 00:02:05 -0500 Subject: [PATCH 1/3] Remove duplicate `# ruff: noqa` --- src/validate_pyproject/pre_compile/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/validate_pyproject/pre_compile/__init__.py b/src/validate_pyproject/pre_compile/__init__.py index 0a597ca..d54a341 100644 --- a/src/validate_pyproject/pre_compile/__init__.py +++ b/src/validate_pyproject/pre_compile/__init__.py @@ -117,7 +117,6 @@ def load_licenses() -> Dict[str, str]: "# flake8: noqa", "# pylint: skip-file", "# mypy: ignore-errors", - "# ruff: noqa", "# yapf: disable", "# pylama:skip=1", "\n\n# *** PLEASE DO NOT MODIFY DIRECTLY: Automatically generated code *** \n\n\n", From 8ece72ec1e0ade02fdd684e0c7b197c5b906631c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 24 Feb 2024 10:32:48 -0500 Subject: [PATCH 2/3] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 95448bf..d92503e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -150,7 +150,7 @@ windows_task: install_script: # Activate long file paths to avoid some errors - ps: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force - - choco install -y --no-progress python3 --version=3.9.10 --params "/NoLockdown" + - choco install -y --no-progress python3 --version=3.9.13 --params "/NoLockdown" - pip install --upgrade certifi - python -m pip install -U pip tox pipx <<: *test-template From aeeda8e994eb3b9fdb02bba3b4b8dd4cfe7af8f2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 24 Feb 2024 10:41:52 -0500 Subject: [PATCH 3/3] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d92503e..9b67ab8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -140,7 +140,7 @@ freebsd_task: <<: *test-template windows_task: - name: test (Windows - 3.9.10) + name: test (Windows - 3.9.13) windows_container: image: "cirrusci/windowsservercore:2019" os_version: 2019