diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2e4066..4cafe36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,15 +20,15 @@ repos: - --ignore-init-module-imports id: autoflake repo: https://github.com/myint/autoflake - rev: v2.0.0 + rev: v2.2.1 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.10.0 hooks: - args: - --py38-plus @@ -38,20 +38,20 @@ repos: - --py38-plus id: pyupgrade repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.10.1 - hooks: - id: black repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.7.0 - hooks: - additional_dependencies: - black==20.8b1 id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.16.0 - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.5.0 + rev: v2.10.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] @@ -65,4 +65,4 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v2.38.0 + rev: 3.7.1