Skip to content

Commit 45c501b

Browse files
committed
chore(py3): remove outdated python2 utf8 hint
1 parent c995925 commit 45c501b

27 files changed

+0
-28
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# Configuration file for the Sphinx documentation builder.
43
#

exhale/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

exhale/configs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

exhale/deploy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

exhale/graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

exhale/parse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

exhale/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #
@@ -171,7 +170,6 @@ def _rootdir(self, app_params):
171170
# Sphinx demands a `conf.py` is present
172171
with open(os.path.join(testroot, "conf.py"), "w") as conf_py:
173172
conf_py.write(textwrap.dedent('''\
174-
# -*- coding: utf-8 -*-
175173
project = "{test_project}"
176174
extensions = ["breathe", "exhale"]
177175
master_doc = "index"

testing/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/decorators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/fixtures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/hierarchies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/c_maths.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/configs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/configs_tree_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/configs_tree_view_data/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_dir_underscores.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_fortran_mixed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_func_overloads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_long_names.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_nesting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_pimpl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/cpp_with_spaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/tests/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

testing/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf8 -*-
21
########################################################################################
32
# This file is part of exhale. Copyright (c) 2017-2024, Stephen McDowell. #
43
# Full BSD 3-Clause license available here: #

0 commit comments

Comments
 (0)