Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code formatting / style fixes: #365

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

sim0nx
Copy link
Contributor

@sim0nx sim0nx commented Dec 20, 2023

  • autoformat
  • update config
  • remove encoding line; sort imports
  • comparison to True should be cond is True or if cond:
  • linter fixes; cleanup init.py

- autoformat
- update config
- remove encoding line; sort imports
- comparison to `True` should be `cond is True` or `if cond:`
- linter fixes; cleanup __init__.py
@tobixen tobixen added this pull request to the merge queue Dec 20, 2023
Merged via the queue into python-caldav:master with commit 0758419 Dec 20, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants