From 2ed4c3ec83e908f649be6a1a64082d313ffef37d Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Tue, 31 Oct 2023 17:00:06 -0700 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7129a71..6be73c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-merge-conflict @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black args: ["--config", "pyproject.toml"] @@ -25,7 +25,7 @@ repos: args: ["--configfile", "pyproject.toml"] exclude: '^tests/' - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -34,11 +34,11 @@ repos: - flake8-simplify - pep8-naming - repo: https://github.com/pycqa/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--keep-runtime-typing"]