Skip to content

Commit 2c48102

Browse files
committed
style: pre-commit run -a
1 parent 795f6fe commit 2c48102

File tree

10 files changed

+6
-10
lines changed

10 files changed

+6
-10
lines changed

AUTHORS.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ Credits
33
=======
44

55
Please see the GitHub project page at https://github.com/scikit-build/cmake-python-distributions/graphs/contributors
6-

LICENSE_Apache_20

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,3 @@ third-party archives.
189189
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190190
See the License for the specific language governing permissions and
191191
limitations under the License.
192-

LICENSE_BSD_3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
3232
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3333
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3434
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35-

docs/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../AUTHORS.rst
1+
.. include:: ../AUTHORS.rst

docs/build_system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ options and describes the role of each one:
8484
ask_inner_build -> install_cmake_project [label = "yes"];
8585
}
8686
}
87-
}
87+
}

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../CONTRIBUTING.rst
1+
.. include:: ../CONTRIBUTING.rst

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.. include:: ../HISTORY.rst
1+
.. include:: ../HISTORY.rst

requirements-deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
twine
21

32
# need to pin cryptography for s390x/ppc64le builds:
43
# cryptography never provided wheels for those architectures and the
54
# requirements to build from sources are relaxed when building the 3.3 series
65
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "s390x, ppc64le"
6+
twine

scripts/utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ function check_sha256sum {
2121
sha256sum -c ${fname}.sha256
2222
rm -f ${fname}.sha256
2323
}
24-

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ show-source: True
1010
# Maximum cyclomatic complexity allowed
1111
max-complexity: 14
1212
format: pylint
13-
exclude: .git,.idea,.eggs,__pycache__,.tox,docs/conf.py,_skbuild,CMake-src,versioneer.py
13+
exclude: .git,.idea,.eggs,__pycache__,.tox,docs/conf.py,_skbuild,CMake-src,versioneer.py,_version.py
1414

1515
[tool:pytest]
1616
testpaths = tests

0 commit comments

Comments
 (0)