We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fede4c7 commit eacb1f3Copy full SHA for eacb1f3
pyproject.toml
@@ -131,6 +131,9 @@ source-declarative-manifest = "airbyte_cdk.cli.source_declarative_manifest:run"
131
install = { shell = "poetry install --all-extras", help = "Install all dependencies." }
132
lock = { shell = "poetry lock", help = "Lock all dependencies." }
133
134
+# Pre-commit tasks
135
+pre-commit = {cmd = "poetry run pre-commit run --all-files", help = "Run all pre-commit hooks on all files."}
136
+
137
# Build tasks
138
assemble = {cmd = "bin/generate-component-manifest-dagger.sh", help = "Generate component manifest files."}
139
build-package = {cmd = "poetry build", help = "Build the python package: source and wheels archives."}
0 commit comments