diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e154303f284888863bcfd9acbde1febbfb1f55d5..74014988a8c3cfc2fde2551468d3bc30c10e125a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.2.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict @@ -10,13 +10,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/Yelp/detect-secrets - rev: v0.14.3 + rev: v1.2.0 hooks: - id: detect-secrets exclude: Pipfile\.lock|\.rst$ - repo: https://github.com/adrienverge/yamllint - rev: v1.25.0 + rev: v1.26.3 hooks: - id: yamllint @@ -28,7 +28,7 @@ repos: exclude: LICENSE - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black args: @@ -42,12 +42,12 @@ repos: args: [--allow-raw] - repo: https://github.com/myint/rstcheck.git - rev: master + rev: v5.0.0 hooks: - id: rstcheck - repo: https://github.com/PyCQA/prospector - rev: 1.3.1 + rev: 1.7.7 hooks: - id: prospector args: @@ -74,7 +74,7 @@ repos: - pyroma - repo: https://gitlab.com/pycqa/flake8.git - rev: 3.8.4 + rev: 3.9.2 hooks: - id: flake8 args: @@ -84,7 +84,7 @@ repos: - flake8-bugbear - repo: https://github.com/executablebooks/mdformat.git - rev: 0.7.9 + rev: 0.7.14 hooks: - id: mdformat