-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[pre-commit.ci] pre-commit autoupdate #55846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updates: - [github.com/hauntsaninja/black-pre-commit-mirror: 23.9.1 → 23.10.1](psf/black-pre-commit-mirror@23.9.1...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.291...v0.1.4) - [github.com/jendrikseipp/vulture: v2.9.1 → v2.10](jendrikseipp/vulture@v2.9.1...v2.10) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pylint-dev/pylint: v3.0.0b0 → v3.0.1](pylint-dev/pylint@v3.0.0b0...v3.0.1) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/sphinx-contrib/sphinx-lint: v0.6.8 → v0.8.1](sphinx-contrib/sphinx-lint@v0.6.8...v0.8.1) - [github.com/pre-commit/mirrors-clang-format: ea59a72 → v17.0.4](pre-commit/mirrors-clang-format@ea59a72...v17.0.4)
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1079,7 +1079,7 @@ Datetimelike | |||
- Bug in masking datetime-like arrays with a boolean mask of an incorrect length not raising an ``IndexError`` (:issue:`30308`) | |||
- Bug in :attr:`Timestamp.resolution` being a property instead of a class attribute (:issue:`29910`) | |||
- Bug in :func:`pandas.to_datetime` when called with ``None`` raising ``TypeError`` instead of returning ``NaT`` (:issue:`30011`) | |||
- Bug in :func:`pandas.to_datetime` failing for ``deques`` when using ``cache=True`` (the default) (:issue:`29403`) | |||
- Bug in :func:`pandas.to_datetime` failing for ``dequeues`` when using ``cache=True`` (the default) (:issue:`29403`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK this was actually a wrong suggestion of the spelling corrector. This is the plural of "dequeue" which is another word (or old spelling of deque, but python doesn't use that) -> #55862
updates: