diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b616a7a..030d9e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,13 +17,13 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.0.191" + rev: "v0.0.239" hooks: - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 32a2c05..9bd783e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 7.1", "pytest-cov >= 3.0", "codecov >= 2.1"] -lint = ["pre-commit >= 2.20"] +lint = ["pre-commit >= 3.0"] [project.scripts] yaml2ics = "yaml2ics:main"