From 5096effdfaf261cd7836a0eca33690938cdb6bf5 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Mon, 12 Feb 2024 00:19:58 +0100 Subject: [PATCH] pass make tox --- apio/__init__.py | 1 + apio/__main__.py | 1 + apio/commands/build.py | 1 + apio/commands/install.py | 1 + apio/managers/examples.py | 1 + apio/managers/installer.py | 1 + apio/managers/scons.py | 1 + apio/managers/system.py | 1 + apio/managers/unpacker.py | 1 + apio/profile.py | 1 + apio/resources.py | 1 + apio/util.py | 1 + 12 files changed, 12 insertions(+) diff --git a/apio/__init__.py b/apio/__init__.py index 1f3d758b..f712c14b 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -1,4 +1,5 @@ """Open source ecosystem for open FPGA boards""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/__main__.py b/apio/__main__.py index a12a34b3..3057fb6f 100644 --- a/apio/__main__.py +++ b/apio/__main__.py @@ -1,4 +1,5 @@ """DOC:TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/commands/build.py b/apio/commands/build.py index 8e1a2dfa..6b9bdcfb 100644 --- a/apio/commands/build.py +++ b/apio/commands/build.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/commands/install.py b/apio/commands/install.py index a499c5c9..04ccd663 100644 --- a/apio/commands/install.py +++ b/apio/commands/install.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/managers/examples.py b/apio/managers/examples.py index 2ecf7ec6..4bd550e5 100644 --- a/apio/managers/examples.py +++ b/apio/managers/examples.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/managers/installer.py b/apio/managers/installer.py index 13ec8757..d9085b55 100644 --- a/apio/managers/installer.py +++ b/apio/managers/installer.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2021 FPGAwars diff --git a/apio/managers/scons.py b/apio/managers/scons.py index eb13ad39..feeac495 100644 --- a/apio/managers/scons.py +++ b/apio/managers/scons.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/managers/system.py b/apio/managers/system.py index 1c07da07..87bbf0c4 100644 --- a/apio/managers/system.py +++ b/apio/managers/system.py @@ -1,4 +1,5 @@ """Implementation of the Apio system commands""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/managers/unpacker.py b/apio/managers/unpacker.py index 91c8a21e..5c0799bf 100644 --- a/apio/managers/unpacker.py +++ b/apio/managers/unpacker.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/profile.py b/apio/profile.py index 429f044b..6eed6ecf 100644 --- a/apio/profile.py +++ b/apio/profile.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/resources.py b/apio/resources.py index 748831e8..80af9e26 100644 --- a/apio/resources.py +++ b/apio/resources.py @@ -1,4 +1,5 @@ """Resources module""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2019 FPGAwars diff --git a/apio/util.py b/apio/util.py index 518fdcfb..a57fe18b 100644 --- a/apio/util.py +++ b/apio/util.py @@ -1,4 +1,5 @@ """DOC: TODO""" + # -*- coding: utf-8 -*- # -- This file is part of the Apio project # -- (C) 2016-2018 FPGAwars