kopia lustrzana https://github.com/jazzband/icalevents
Merge pull request #142 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdatemaster
commit
00c71f8458
|
@ -1,15 +1,15 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 24.8.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 6.0.0
|
||||
rev: 7.1.1
|
||||
hooks:
|
||||
- id: flake8
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
Downloads an iCal url or reads an iCal file.
|
||||
"""
|
||||
|
||||
from httplib2 import Http
|
||||
import logging
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue