diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e305b63..0196de1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: "v3.1.0" + rev: "v3.3.2" hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/hadialqattan/pycln - rev: "v2.1.1" + rev: "v2.1.3" hooks: - id: pycln args: @@ -20,14 +20,14 @@ repos: - --profile=black - repo: https://github.com/psf/black - rev: '22.10.0' + rev: '23.3.0' hooks: - id: black args: - --skip-string-normalization - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.3.0' + rev: 'v4.4.0' hooks: - id: trailing-whitespace exclude: ".*.fits" @@ -39,7 +39,7 @@ repos: - id: debug-statements - repo: https://github.com/pycqa/flake8 - rev: '5.0.4' + rev: '6.0.0' hooks: - id: flake8 name: flake 8 (src)