diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc31a28..e1671ea 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.6.0 hooks: - id: end-of-file-fixer - id: check-case-conflict @@ -16,31 +16,31 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.9.0 hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/john-hen/Flake8-pyproject - rev: 1.2.2 + rev: 1.2.3 hooks: - id: Flake8-pyproject alias: flake8 @@ -48,7 +48,7 @@ repos: ["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.28.1 hooks: - id: check-github-workflows stages: [manual]