diff --git a/utils/create_release.py b/utils/create_release.py index 06f0fdb66..bdb1f5830 100644 --- a/utils/create_release.py +++ b/utils/create_release.py @@ -50,8 +50,8 @@ def main(): file_h.write(changelog) subprocess.check_call("poetry version {0}".format(new_version), shell=True) - subprocess.check_call("poetry run isort -rc src test utils", shell=True) - subprocess.check_call("poetry run black src test utils", shell=True) + subprocess.check_call("poetry run isort lexicon utils setup.py", shell=True) + subprocess.check_call("poetry run black lexicon utils setup.py", shell=True) subprocess.check_call( 'git commit -a -m "Version {0}"'.format(new_version), shell=True