diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee80da1..06e2892 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,47 +5,47 @@ default_stages: [commit] fail_fast: true repos: - repo: https://github.com/andreoliwa/nitpick - rev: v0.28.0 + rev: v0.35.0 hooks: - id: nitpick-check name: Nitpick Check always_run: true pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa name: Check Blanket "#noqa" - id: python-check-blanket-type-ignore name: 'Check Blanket "#type:ignore"' - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v3.16.0 hooks: - id: pyupgrade name: Upgrade Python Syntax - repo: https://github.com/crate-ci/typos - rev: v1.3.1 + rev: typos-v0.10.26 hooks: - id: typos name: Check Typos args: [] - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.4.2 hooks: - id: black name: Format Source Code - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: Sort Imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v1.10.1 hooks: - id: mypy name: Type Check @@ -56,7 +56,7 @@ repos: - pytest==6.2.5 - rsserpent==0.1.4 - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 7.1.0 hooks: - id: flake8 name: Lint @@ -74,7 +74,7 @@ repos: - pep8-naming==0.12.1 - tryceratops==1.0.0 - repo: https://github.com/commitizen-tools/commitizen - rev: v2.20.0 + rev: v3.27.0 hooks: - id: commitizen name: Check Commit Message