Skip to content

Commit

Permalink
pass make tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Feb 11, 2024
1 parent b7c4084 commit 5096eff
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions apio/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions apio/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC:TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/commands/build.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/commands/install.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/managers/examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/managers/installer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2021 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/managers/scons.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/managers/system.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions apio/managers/unpacker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/resources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Resources module"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2019 FPGAwars
Expand Down
1 change: 1 addition & 0 deletions apio/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""DOC: TODO"""

# -*- coding: utf-8 -*-
# -- This file is part of the Apio project
# -- (C) 2016-2018 FPGAwars
Expand Down

0 comments on commit 5096eff

Please sign in to comment.