Skip to content

Commit f708291

Browse files
[pre-commit.ci] pre-commit autoupdate (#1281)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) * Fix Sphinx warning * pytest-mypy-plugins doesn't work on 3.13 yet --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hynek Schlawack <[email protected]>
1 parent f7f317a commit f708291

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.0
7+
rev: 24.4.2
88
hooks:
99
- id: black
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.4.1
12+
rev: v0.4.3
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"sidebar_hide_name": True,
9898
"light_logo": "attrs_logo.svg",
9999
"dark_logo": "attrs_logo_white.svg",
100-
"top_of_page_button": None,
100+
"top_of_page_buttons": [],
101101
"light_css_variables": {
102102
"font-stack": "Inter,sans-serif",
103103
"font-stack--monospace": "BerkeleyMono, MonoLisa, ui-monospace, "

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version", "readme"]
3131

3232
[project.optional-dependencies]
3333
tests-mypy = [
34-
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8"',
34+
'pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8" and python_version < "3.13"',
3535
# Since the mypy error messages keep changing, we have to keep updating this
3636
# pin.
3737
'mypy>=1.6,<1.10; platform_python_implementation == "CPython" and python_version >= "3.8"',

0 commit comments

Comments
 (0)