diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a311f306..8b39679a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: ["--py37-plus", "--keep-runtime-typing"] - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.0.1 hooks: - id: autoflake args: ["--in-place", "--ignore-pass-after-docstring", "--imports"] @@ -30,6 +30,6 @@ repos: - id: mixed-line-ending - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort