diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 959dc79..571889a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,9 +15,10 @@ repos: - pep8-naming==0.13.0 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.1.0 + rev: v2.2.0 hooks: - id: setup-cfg-fmt + args: [--min-py3-version=3.6] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0