diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4494d65..b053e92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.7.0 hooks: - id: pyupgrade args: @@ -11,7 +11,7 @@ repos: - id: end-of-file-fixer name: end-of-file-fixer - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black language_version: python3 @@ -24,14 +24,14 @@ repos: - flake8-print - flake8-implicit-str-concat - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: - --filter-files files: \.py$ - repo: https://github.com/adrienverge/yamllint - rev: v1.28.0 + rev: v1.32.0 hooks: - id: yamllint files: .+\.(yml|yaml) @@ -44,6 +44,6 @@ repos: - id: dev-extras-required - id: root-editorconfig-required - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.6.2 + rev: 2.7.2 hooks: - id: editorconfig-checker