From ee5233e314a849decc7b156c76d4be6a675b5e90 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:49:01 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#58) 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: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) * Stop setting ARCHFLAGS GHA's macOS is on arm64 now --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hynek Schlawack --- .github/workflows/ci.yml | 2 -- .pre-commit-config.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5e0906..db37271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,8 +113,6 @@ jobs: cache: pip python-version-file: .python-version-default - run: python -Im pip install -e .[dev] - env: - ARCHFLAGS: -arch x86_64 - name: Import package run: python -c 'from _argon2_cffi_bindings import ffi, lib; print(lib.ARGON2_VERSION_NUMBER)' - run: otool -L src/_argon2_cffi_bindings/_ffi.abi3.so diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3366c9a..5f28ae7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black language_version: python3.10