Skip to content

Commit 004d599

Browse files
author
Roberto Sora
committed
add virtualenv folder linting exclude and licence header cosmetics
1 parent 18a154f commit 004d599

File tree

7 files changed

+31
-16
lines changed

7 files changed

+31
-16
lines changed

test/.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[flake8]
2-
max-line-length = 120
2+
exclude = venv
3+
max-line-length = 120

test/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is part of arduino-cli.
2+
#
3+
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4+
#
5+
# This software is released under the GNU General Public License version 3,
6+
# which covers the main part of arduino-cli.
7+
# The terms of this license can be found at:
8+
# https://www.gnu.org/licenses/gpl-3.0.en.html
9+
#
10+
# You can be released from the requirements of the above licenses by purchasing
11+
# a commercial license. Buying such a license is mandatory if you want to modify or
12+
# otherwise use the software for commercial activities involving the Arduino
13+
# software without disclosing the source code of your own applications. To purchase
14+
# a commercial license, send an email to license@arduino.cc.

test/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

test/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

test/test_board.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

test/test_lib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

test/test_main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

0 commit comments

Comments
 (0)