Skip to content

Commit

Permalink
Merge pull request #3 from Atharva-Phatak/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Atharva-Phatak authored Mar 26, 2023
2 parents 3ac103e + 08404a1 commit ae6107e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict

- repo: https://github.com/python/black
rev: 22.3.0
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
exclude: ^tests/
Expand Down
1 change: 0 additions & 1 deletion src/airflow_jobs/airflow_scraper_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def store_images(prefix, bucket_name):
schedule_interval="@once",
catchup=False,
) as dag:

baby_task = PythonOperator(
task_id="baby_image_collection",
python_callable=store_images,
Expand Down

0 comments on commit ae6107e

Please sign in to comment.