diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d1e0260..efbd3460 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.37.2 + rev: v2.37.3 hooks: - id: pyupgrade args: [--py38-plus] @@ -14,7 +14,7 @@ repos: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.3 hooks: - id: flake8 exclude : cache|output|plugins \ No newline at end of file