diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6706e1d..ee2c508 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - "--target-version" - "py37" - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "5.0.2" hooks: - id: flake8 args: ["--max-line-length", "110"] @@ -18,7 +18,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py37-plus] \ No newline at end of file