neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

Scope the nbqa analysis to the notebooks folder #41

Closed neomatrix369 closed 4 years ago

neomatrix369 commented 4 years ago

Goal or purpose of the PR

Amending the config for nbqa to only run analysis of files in the notebooks folder, on the back of the discussion https://github.com/neomatrix369/nlp_profiler/pull/40#issuecomment-711029255 (in https://github.com/neomatrix369/nlp_profiler/pull/40)

Changes implemented in the PR

.pre-commit-config.yaml modified using files directive

Thanks @MarcoGorelli for the suggestion

codecov[bot] commented 4 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #41   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          358       358           
  Branches        51        51           
=========================================
  Hits           358       358           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bbaeb8...11ae1f5. Read the comment docs.