diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a37d6dc..617073d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.8.0 hooks: - id: black args: [--target-version=py310] - repo: https://github.com/pycqa/flake8 - rev: '6.1.0' + rev: '7.1.1' hooks: - id: flake8 additional_dependencies: