diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae668fb..9e2abea 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: v4.0.1 + rev: v4.4.0 hooks: - id: no-commit-to-branch name: Don't commit to master @@ -8,17 +8,17 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.12.0 hooks: - id: isort additional_dependencies: [toml] # excludes all the init files from sorting exclude: ^.*\/__init__\.py$ - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8