Skip to content

Commit dff4dce

Browse files
committed
⬆️ Update sphinx and pre-commit hooks
1 parent 0ca73f8 commit dff4dce

2 files changed

Lines changed: 3 additions & 28 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 6e10264313f53d6247a8b1b984f5b5ccf50ba539 # v2.21.0
27+
rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-FileCopyrightText: 2020 Veit Schiele
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
4-
54
[project]
65
name = "python4datascience"
76
version = "24.2.0"
@@ -24,7 +23,7 @@ classifiers = [
2423
]
2524
dependencies = []
2625
urls."Bug Tracker" = "https://github.com/cusyio/Python4DataScience/issues"
27-
urls."Homepage" = "https://github.com/cusyio/Python4DataScience/"
26+
urls.Homepage = "https://github.com/cusyio/Python4DataScience/"
2827

2928
[dependency-groups]
3029
dev = [
@@ -40,7 +39,7 @@ docs = [
4039
"matplotlib",
4140
"nbsphinx",
4241
"notebook",
43-
"sphinx<8.2", # furo requires sphinx < 8.2
42+
"sphinx",
4443
"sphinx-copybutton",
4544
"sphinx-inline-tabs",
4645
"sphinx-lint",
@@ -56,30 +55,6 @@ packages = []
5655
[tool.black]
5756
line-length = 79
5857

59-
[tool.isort]
60-
atomic = true
61-
force_grid_wrap = 0
62-
include_trailing_comma = true
63-
lines_after_imports = 2
64-
lines_between_types = 1
65-
multi_line_output = 3
66-
use_parentheses = true
67-
known_first_party = "Python4DataScience"
68-
known_third_party = [
69-
"Cython",
70-
"accounts_pb2",
71-
"accounts_pb2_grpc",
72-
"dataprep",
73-
"grpc",
74-
"mpi4py",
75-
"numpy",
76-
"pandas",
77-
"pydantic",
78-
"pytest",
79-
"requests",
80-
"setuptools",
81-
]
82-
8358
[tool.codespell]
8459
skip = """\
8560
*.csv, *.html, *.pdf, *.rst, *.ipynb, ./docs/_build/*, */books.json, */books.txt, ./styles/*, \

0 commit comments

Comments
 (0)