diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2bd94e..b480bfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.7.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black args: - --safe - --quiet - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell args: - --quiet-level=2 - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: @@ -30,7 +30,7 @@ repos: - flake8-noqa==1.1.0 - mccabe==0.6.1 - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: @@ -60,7 +60,7 @@ repos: - id: python-no-eval - id: python-no-log-warn - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.3.2 + rev: v3.0.0-alpha.9-for-vscode hooks: - id: prettier - repo: https://github.com/cdce8p/python-typing-update