diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8b33d99..f456456 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: "^pyemc/emc/" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -18,8 +18,8 @@ repos: args: ["--fix=auto"] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows # If you want to avoid flake8 errors due to unused vars or imports: - - repo: https://github.com/myint/autoflake - rev: v1.4 + - repo: https://github.com/PyCQA/autoflake + rev: v2.0.0 hooks: - id: autoflake args: [ @@ -29,7 +29,7 @@ repos: ] - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: v5.11.3 hooks: - id: isort @@ -53,7 +53,7 @@ repos: # - id: blacken-docs # additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 ## You can add flake8 plugins via `additional_dependencies`: