commit | d8c7ee00a687ac369e62e2032514a93a9b413502 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henry.fredrick.schreiner@cern.ch> | Mon Jul 20 13:35:21 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 20 13:35:21 2020 -0400 |
tree | ba215d3410cde2834da1726f1fefe99b3a422c6c | |
parent | e248869893163b95cffb4a63e899e5d933f3ef20 [diff] [blame] |
ci: GHA basic format & pre-commit (#2309)
diff --git a/tests/test_builtin_casters.py b/tests/test_builtin_casters.py index 9142258..9a49ffa 100644 --- a/tests/test_builtin_casters.py +++ b/tests/test_builtin_casters.py
@@ -1,4 +1,4 @@ -# Python < 3 needs this: coding=utf-8 +# -*- coding: utf-8 -*- import pytest from pybind11_tests import builtin_casters as m