Skip to content

Conversation

yarikoptic
Copy link
Member

Also removed duplicate .codespellrc since now we specify in pyproject.toml

Inspired by seeing all trailing spaces deleted by @mslw in

Just removed unnecessary exclude for codespell and added tomli as needed
dependency since we define config in pyproject.toml
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "pre-commit run --all || pre-commit run --all",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic yarikoptic requested review from asmacdo and mslw February 5, 2025 19:57
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit a2b6768 and detected 0 issues on this pull request.

View more on Code Climate.

@yarikoptic
Copy link
Member Author

appveyor -- seems overall in a bad shape

[ "x$PY" != x ] && . ${HOME}/venv${PY}/bin/activate || python3 -m venv ${HOME}/dlvenv && . ${HOME}/dlvenv/bin/activate; ln -s "$VIRTUAL_ENV" "${HOME}/VENV"
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
    apt install python3.8-venv
You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/appveyor/dlvenv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']
ln: failed to create symbolic link '/home/appveyor/VENV' -> '': No such file or directory
Command exited with code 1
Running "on_finish" scripts
while [ -f ~/BLOCK ]; do sleep 5; done
Build failed

should be fixed separately. I do not expect breakages but apparently we do not have any unittesting going on without this appveyor thing... heh, will look into fixing here, but in the longer run I think we need to centralize such testing, filed

@yarikoptic yarikoptic added the internal Changes only affect the internal API label Sep 23, 2025
* origin/master:
  Update __version__ to 1.2.6
  [skip ci] Update CHANGELOG
  BF: use setuptools.errors.OptionError instead of now removed import of distutils.DistutilsOptionError
  BF: docbuild - use python 3.9 (not 3.8) and upgrade setuptools
=== Do not change lines below ===
{
 "chain": [
  "a2b6768ff80e3a9a4412ef747d87c3a5cc43a017"
 ],
 "cmd": "pre-commit run --all || pre-commit run --all",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic
Copy link
Member Author

these are minimal changes, reviewed again -- should not break anything, ran tests locally and they are ok -- let's proceed

@yarikoptic yarikoptic merged commit dad4040 into datalad:master Sep 23, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant