[pre-commit.ci] pre-commit autoupdate#14325
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.2](tox-dev/pyproject-fmt@v2.12.1...v2.16.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
for more information, see https://pre-commit.ci
|
Mypy thinks we are not running on Python 3.14 but this repo ALWAYS runs on the most current version of CPython. |
|
pre-commit.ci run |
|
@copilot How should we fix? Should we upgrade from mypy to ty or pyrefly? Does ty still not work in pre-commit? |
Agent-Logs-Url: https://github.com/TheAlgorithms/Python/sessions/332481be-4c5f-4412-abf8-6ef4a3913828 Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
The simplest fix is to configure mypy to explicitly target Python 3.14, which I've done in commit
Regarding
Fixed in commit Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
|
pre-commit.ci autofix |
|
pre-commit.ci run |
|
@copilot Please create a new pull request to fix this? |
Comment out mypy configuration in pre-commit file
updates:
Also configures mypy to explicitly target Python 3.14 by adding
[tool.mypy]withpython_version = "3.14"topyproject.toml, matching the project'srequires-python = ">=3.14"requirement.Describe your change:
Checklist: