Skip to content

Commit 1561751

Browse files
committed
Linting.
1 parent 9444891 commit 1561751

File tree

10 files changed

+28
-30
lines changed

10 files changed

+28
-30
lines changed

domdf_python_tools/bases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
# UserList based on CPython.
2626
# Licensed under the Python Software Foundation License Version 2.
2727
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
28-
# Copyright © 2000 BeOpen.com . All rights reserved.
29-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
30-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
28+
# Copyright © 2000 BeOpen.com. All rights reserved.
29+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
30+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
3131
#
3232

3333
# stdlib

domdf_python_tools/dates.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# Parts of the docstrings based on the Python 3.8.2 Documentation
1616
# Licensed under the Python Software Foundation License Version 2.
1717
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
18-
# Copyright © 2000 BeOpen.com . All rights reserved.
19-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
20-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
18+
# Copyright © 2000 BeOpen.com. All rights reserved.
19+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
20+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
2121
#
2222
# This program is free software; you can redistribute it and/or modify
2323
# it under the terms of the GNU Lesser General Public License as published by

domdf_python_tools/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Parts of the docstrings and the PathPlus class based on the Python 3.8.2 Documentation
1616
# Licensed under the Python Software Foundation License Version 2.
1717
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
18-
# Copyright © 2000 BeOpen.com . All rights reserved.
18+
# Copyright © 2000 BeOpen.com. All rights reserved.
1919
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
2020
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
2121
#

domdf_python_tools/terminal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# Parts of the docstrings based on the Python 3.8.2 Documentation
1111
# Licensed under the Python Software Foundation License Version 2.
1212
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
13-
# Copyright © 2000 BeOpen.com . All rights reserved.
14-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
15-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
13+
# Copyright © 2000 BeOpen.com. All rights reserved.
14+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
15+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
1616
#
1717
# This program is free software; you can redistribute it and/or modify
1818
# it under the terms of the GNU Lesser General Public License as published by

domdf_python_tools/typing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ def loads(
165165
# Backported from https://github.com/python/cpython/blob/master/Lib/types.py
166166
# Licensed under the Python Software Foundation License Version 2.
167167
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
168-
# Copyright © 2000 BeOpen.com . All rights reserved.
169-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
170-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
168+
# Copyright © 2000 BeOpen.com. All rights reserved.
169+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
170+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
171171

172172
WrapperDescriptorType = type(object.__init__)
173173
MethodWrapperType = type(object().__str__)

tests/list_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Licensed under the Python Software Foundation License Version 2.
44
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
5-
# Copyright © 2000 BeOpen.com . All rights reserved.
6-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
7-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
5+
# Copyright © 2000 BeOpen.com. All rights reserved.
6+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
7+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
88
"""
99
Tests common to list and UserList.UserList
1010
"""

tests/seq_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# From https://raw.githubusercontent.com/python/cpython/master/Lib/test/seq_tests.py
22
# Licensed under the Python Software Foundation License Version 2.
33
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
4-
# Copyright © 2000 BeOpen.com . All rights reserved.
5-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
6-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
4+
# Copyright © 2000 BeOpen.com. All rights reserved.
5+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
6+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
77
"""
88
Tests common to tuple, list and UserList.UserList
99
"""

tests/test_namedlist.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# From https://raw.githubusercontent.com/python/cpython/master/Lib/test/test_userlist.py
2-
32
# Licensed under the Python Software Foundation License Version 2.
43
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
5-
# Copyright © 2000 BeOpen.com . All rights reserved.
6-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
7-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
4+
# Copyright © 2000 BeOpen.com. All rights reserved.
5+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
6+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
87

98
# Check every path through every method of UserList
109

tests/test_paths_stdlib.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Adapted from https://github.com/python/cpython/blob/master/Lib/test/test_pathlib.py
2-
#
32
# Licensed under the Python Software Foundation License Version 2.
43
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
5-
# Copyright © 2000 BeOpen.com . All rights reserved.
6-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
7-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
4+
# Copyright © 2000 BeOpen.com. All rights reserved.
5+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
6+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
87
#
98

109
# stdlib

tests/test_userlist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Licensed under the Python Software Foundation License Version 2.
44
# Copyright © 2001-2020 Python Software Foundation. All rights reserved.
5-
# Copyright © 2000 BeOpen.com . All rights reserved.
6-
# Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
7-
# Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.
5+
# Copyright © 2000 BeOpen.com. All rights reserved.
6+
# Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
7+
# Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
88

99
# Check every path through every method of UserList
1010

0 commit comments

Comments
 (0)