diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b7aee4..d20d3b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # list of supported hooks: https://pre-commit.com/hooks.html - id: trailing-whitespace @@ -19,7 +19,7 @@ repos: - id: pydocstyle args: [--convention=google, "--add-ignore=D200,D202,D210,D212,D415"] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 args: [--max-line-length, "100", --extend-ignore=E203] @@ -29,7 +29,7 @@ repos: - id: isort args: [--check, --diff, --profile, black, --line-length, "100"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black args: [--line-length, "100"]