From 7a566547517d79dbf9bb30d1cf04429c7cb282b449104d7b48cbd23e3ecc1bfc Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 16 Dec 2025 18:58:17 +1100 Subject: [PATCH] Add python-pytest-flake8 as a submodule --- .gitmodules | 3 +++ python-pytest-flake8 | 1 + 2 files changed, 4 insertions(+) create mode 160000 python-pytest-flake8 diff --git a/.gitmodules b/.gitmodules index 3094939..7d50ffc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -358,3 +358,6 @@ [submodule ".profile"] path = .profile url = https://src.opensuse.org/python-pytest/.profile.git +[submodule "python-pytest-flake8"] + path = python-pytest-flake8 + url = https://src.opensuse.org/python-pytest/python-pytest-flake8.git diff --git a/python-pytest-flake8 b/python-pytest-flake8 new file mode 160000 index 0000000..fb1e2c0 --- /dev/null +++ b/python-pytest-flake8 @@ -0,0 +1 @@ +Subproject commit fb1e2c05e61c91d5ee78b48c2f19175d0a34f9e7e21037b3bed123ec503624f8 -- 2.51.1