Skip to content

Commit

Permalink
Follow your own advice and install pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-appel committed Nov 2, 2024
1 parent d47d1b5 commit 42e2709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iyp/crawlers/example/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Organization name and URL to data
ORG = 'Example Org'
URL = 'https://example.com/data.csv'
NAME = 'example.crawler'


class Crawler(BaseCrawler):
Expand Down

0 comments on commit 42e2709

Please sign in to comment.