diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f807245..698511d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- -default_stages: [commit, push] +default_stages: [Nonepre-commitNone, Nonepre-pushNone] default_language_version: # force all unspecified python hooks to run python3 python: python3 minimum_pre_commit_version: "1.20.0" repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: @@ -17,7 +17,7 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.4 + rev: 0.29.3 hooks: - id: check-github-workflows - id: check-readthedocs @@ -26,14 +26,14 @@ repos: hooks: - id: yamllint - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black args: - --config - ./pyproject.toml - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 args: