Skip to content

Commit

Permalink
style: update default notion_url to a realistic example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravio1i committed Oct 25, 2021
1 parent f537796 commit b00d6b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ repos:
require_serial: true
types_or: [python, pyi]

- id: pytest
name: pytest
stages: [commit]
language: system
entry: poetry run pytest -s -v .
types: [python]
pass_filenames: false
always_run: true

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion config.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gcal_calendars:
Work: '***@group.calendar.google.com'
gcal_default_calendar_name: "Default"

notion_database_url: 'https://www.notion.so/*/***?v=***&p='
notion_database_url: 'https://www.notion.so/***?v=***&p='
notion_token: '***'
notion_columns:
name: 'Name'
Expand Down
2 changes: 1 addition & 1 deletion notion_gcal_sync/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
no_date_action: str = "skip",
gcal_calendars=None,
gcal_default_calendar_name: str = "Default",
notion_database_url: str = None,
notion_database_url: str = "https://www.notion.so/***?v=***&p=",
notion_token: str = None,
notion_columns: dict = None,
timezone_name: str = "Europe/Berlin",
Expand Down

0 comments on commit b00d6b3

Please sign in to comment.