File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 hooks :
1717 - id : nbqa-black
1818 - id : nbqa-isort
19- args : [ --profile=black, --project=ydata_profiling ]
19+ args : [ --profile=black, --project=data_profiling ]
2020 - id : nbqa-pyupgrade
2121 args : [ --py36-plus ]
2222- repo : https://github.com/asottile/pyupgrade
@@ -29,12 +29,12 @@ repos:
2929 hooks :
3030 - id : isort
3131 files : ' .*'
32- args : [ --profile=black, --project=ydata_profiling ]
32+ args : [ --profile=black, --project=data_profiling ]
3333- repo : https://github.com/mgedmin/check-manifest
3434 rev : " 0.47"
3535 hooks :
3636 - id : check-manifest
37- args : [ "--ignore=src/ydata_profiling /version.py" ]
37+ args : [ "--ignore=src/data_profiling /version.py" ]
3838 stages : [manual]
3939- repo : https://github.com/PyCQA/flake8
4040 rev : " 4.0.1"
6060 (?x)(
6161 ^tests/|
6262 ^docsrc/|
63- ^src/ydata_profiling /utils/common.py|
64- ^src/ydata_profiling /utils/imghdr_patch.py
63+ ^src/data_profiling /utils/common.py|
64+ ^src/data_profiling /utils/imghdr_patch.py
6565 )
6666 - repo : https://github.com/asottile/blacken-docs
6767 rev : v1.12.1
Original file line number Diff line number Diff line change 1010except FileNotFoundError :
1111 version = "0.0.dev0"
1212
13- with open (source_root / "src/ydata_profiling /version.py" , "w" ) as version_file :
13+ with open (source_root / "src/data_profiling /version.py" , "w" ) as version_file :
1414 version_file .write (f"__version__ = '{ version } '" )
1515
1616setup (
You can’t perform that action at this time.
0 commit comments