diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6259b85..e6648cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v6.0.0 hooks: - id: check-yaml - id: check-toml @@ -8,14 +8,14 @@ repos: - id: trailing-whitespace - id: check-added-large-files - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.12 + rev: v0.14.7 hooks: # Run the linter. - id: ruff-check diff --git a/movie_catalog/.coveragerc b/movie_catalog/.coveragerc index a9ea1c5..d49821d 100644 --- a/movie_catalog/.coveragerc +++ b/movie_catalog/.coveragerc @@ -34,4 +34,4 @@ exclude_also = ignore_errors = True [html] -; directory = html_report \ No newline at end of file +; directory = html_report