diff --git a/.circleci/config.yml b/.circleci/config.yml index 910c2867e..535bd3ca8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ commands: echo ${CI_PULL_REQUEST//*pull\//} | tee merge.txt if [[ $(cat merge.txt) != "" ]]; then echo "Merging $(cat merge.txt)"; - git remote add upstream https://github.com/neurodata/scikit-tree.git; + git remote add upstream https://github.com/neurodata/treeple.git; git pull --ff-only upstream "refs/pull/$(cat merge.txt)/merge"; git fetch upstream main; fi diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index cb5ed0889..4ad91cb5f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -65,7 +65,7 @@ jobs: if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.19.2 # Build all wheels here, apart from macosx_arm64, linux_aarch64 # cibuildwheel is currently unable to pass configuration flags to # CIBW_BUILD_FRONTEND https://github.com/pypa/cibuildwheel/issues/1227 @@ -120,7 +120,7 @@ jobs: pip install .[build] - name: Build wheels - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_BUILD: ${{ matrix.python[0] }}-macosx_arm64 CIBW_ARCHS_MACOS: arm64 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6ca67983..faf27c35d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: # Ruff treeple - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.1 hooks: - id: ruff name: ruff treeple @@ -31,7 +31,7 @@ repos: # Ruff tutorials and examples - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.1 hooks: - id: ruff name: ruff tutorials and examples @@ -67,7 +67,7 @@ repos: # mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy # Avoid the conflict between mne/__init__.py and mne/__init__.pyi by ignoring the former @@ -76,7 +76,7 @@ repos: # rstcheck - repo: https://github.com/rstcheck/rstcheck.git - rev: v6.2.0 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: