MI-FraunhoferIWM / data2rdf

About A generic pipeline that can be used to map raw data to RDF.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add exception for pre-commit to avoid repetition of test_utils #11

Open deepukr007 opened 1 year ago

deepukr007 commented 1 year ago

Having the file tes_utils.py outside the folder and importing it is causing pre-commit to fail with the below error

tests/csv_pipeline_test/test_csv2rdf.py:8:1: E402 module level import not at top of file

104from test_utils import check_file_identifier_in_folder

https://github.com/MI-FraunhoferIWM/data2rdf/actions/runs/4756903657/jobs/8453077798