Skip to content

Commit c168f67

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d8d2a61 commit c168f67

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: taplo-lint
2424
args: ["--no-schema"]
2525
- repo: https://github.com/abravalheri/validate-pyproject
26-
rev: '0.26'
26+
rev: "0.26"
2727
hooks:
2828
- id: validate-pyproject
2929
additional_dependencies: ["validate-pyproject-schema-store[all]"]

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
import sphinx_autosummary_accessors # isort:skip # noqa: F401
2828

29-
3029
# -- environment information -------------------------------------------------
3130

3231
print(f"sys.path: {sys.path}")

0 commit comments

Comments
 (0)