diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbc8fc891..285858898 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,19 +5,19 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: "v3.8.0" + rev: "v3.15.0" hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.11.0" hooks: - id: black args: ["--target-version", "py37"] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: @@ -28,7 +28,7 @@ repos: - --remove-unused-variables - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -42,7 +42,7 @@ repos: - pyflakes==3.0.1 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort args: ["--filter-files"] @@ -53,7 +53,7 @@ repos: # - id: yesqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-ast - id: check-builtin-literals