File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -17,23 +17,23 @@ repos:
1717 - id : check-added-large-files
1818
1919 - repo : https://github.com/psf/black
20- rev : 23.3.0
20+ rev : 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
2121 hooks :
2222 - id : black
2323
2424 - repo : https://github.com/adamchainz/blacken-docs
25- rev : 1.13 .0
25+ rev : 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18 .0
2626 hooks :
2727 - id : blacken-docs
2828
2929 - repo : https://github.com/charliermarsh/ruff-pre-commit
3030 # Ruff version.
31- rev : " v0.0.261 "
31+ rev : " 1dc9eb131c2ea4816c708e4d85820d2cc8542683 " # frozen: v0.5.0
3232 hooks :
3333 - id : ruff
3434
3535 - repo : https://github.com/pre-commit/mirrors-prettier
36- rev : v2.7.1
36+ rev : ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
3737 hooks :
3838 - id : prettier
3939 files : \.(html|md|yml|yaml|toml)
Original file line number Diff line number Diff line change 44
55CLI to convert yaml into ics.
66"""
7+
78import datetime
89import os
910import sys
You can’t perform that action at this time.
0 commit comments