Skip to content

Commit

Permalink
style(format): reformat with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 29, 2024
1 parent 968a645 commit 1937917
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions craft_platforms/_architectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# You should have received a copy of the GNU Lesser General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
"""Architecture related utilities."""

from __future__ import annotations

import enum
Expand Down
1 change: 1 addition & 0 deletions craft_platforms/_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# You should have received a copy of the GNU Lesser General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
"""Platform related models."""

import itertools
import typing
from collections.abc import Sequence
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_setuptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
"""Integration tests related to building the package."""

import re
import subprocess
import sys
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
"""Versioning tests."""

import re
import subprocess

Expand Down

0 comments on commit 1937917

Please sign in to comment.