Skip to content

Commit d5ab372

Browse files
Update pre-commit (#50)
1 parent d12e76f commit d5ab372

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -17,13 +17,13 @@ repos:
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.6.0
20+
rev: 23.1.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
2525
# Ruff version.
26-
rev: "v0.0.191"
26+
rev: "v0.0.239"
2727
hooks:
2828
- id: ruff
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828

2929
[project.optional-dependencies]
3030
test = ["pytest >= 7.1", "pytest-cov >= 3.0", "codecov >= 2.1"]
31-
lint = ["pre-commit >= 2.20"]
31+
lint = ["pre-commit >= 3.0"]
3232

3333
[project.scripts]
3434
yaml2ics = "yaml2ics:main"

0 commit comments

Comments
 (0)