Skip to content

Commit 6f4204e

Browse files
committed
chore(ruff): format with ruff 0.3.0
See also: https://github.com/astral-sh/ruff/blob/v0.3.0/CHANGELOG.md
1 parent 2e44ec2 commit 6f4204e

8 files changed

Lines changed: 8 additions & 0 deletions

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# flake8: noqa: E501
22
"""Sphinx configuration for gp_libs."""
3+
34
import contextlib
45
import inspect
56
import pathlib

src/doctest_docutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Doctest module for docutils."""
2+
23
import doctest
34
import functools
45
import linecache

src/gp_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Metadata package for gp-libs."""
2+
23
__title__ = "gp-libs"
34
__package_name__ = "gp_libs"
45
__description__ = "Internal utilities for git-pull projects"

src/linkify_issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Autolinking extension for Sphinx."""
2+
23
import re
34
import typing as t
45

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
See "pytest_plugins in non-top-level conftest files" in
88
https://docs.pytest.org/en/stable/deprecations.html
99
"""
10+
1011
import pathlib
1112
import typing as t
1213

tests/test_doctest_docutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for doctest_docutils."""
2+
23
import doctest
34
import pathlib
45
import textwrap

tests/test_linkify_issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for linkify_issues extension for sphinx."""
2+
23
import pathlib
34
import typing as t
45

tests/test_pytest_doctest_docutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test pytest plugin for doctest_docutils."""
2+
23
import textwrap
34
import typing as t
45

0 commit comments

Comments
 (0)