Skip to content
Snippets Groups Projects
Verified Commit 4242ba43 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

add more precommit hooks

parent b6f94788
No related branches found
No related tags found
1 merge request!11add CI
Pipeline #161863 passed
......@@ -27,4 +27,7 @@ repos:
rev: v4.3.0
hooks:
- id: check-merge-conflict
args: [--assume-in-merge]
\ No newline at end of file
args: [--assume-in-merge]
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
......@@ -14,4 +14,4 @@ dependencies:
- cython
- pytest
- pip:
- spin
\ No newline at end of file
- spin
......@@ -3,4 +3,4 @@ option(
type: 'array',
value: ['mumps_common_seq', 'dmumps_seq', 'zmumps_seq', 'cmumps_seq', 'smumps_seq'],
description: 'MUMPS library names to link against. Default is: ones used in conda-forge.'
)
\ No newline at end of file
)
py.install_sources(
files('__init__.py', '_test_utils.py', 'test_mumps.py'),
subdir: 'mumps/tests'
)
\ No newline at end of file
)
......@@ -57,4 +57,4 @@ docstring-quotes = "double"
line-length = 88
[tool.codespell]
ignore-words-list = "groth,coo"
\ No newline at end of file
ignore-words-list = "groth,coo"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment