diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a2be8914..1116c31d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,16 +12,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.2.0 hooks: - id: pyupgrade args: - --py3-plus - --keep-runtime-typing # This file is more readable without yield from - exclude: ^docs_src/progressbar/tutorial002\.py -- repo: https://github.com/myint/autoflake - rev: v1.4 + exclude: ^docs_src/progressbar/tutorial004\.py +- repo: https://github.com/PyCQA/autoflake + rev: v1.7.7 hooks: - id: autoflake args: @@ -45,7 +45,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black ci: