diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7689019..c3f2e2e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/conf.py' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -18,7 +18,7 @@ repos: args: ['--fix=no'] - repo: https://github.com/PyCQA/autoflake - rev: v1.6.0 + rev: v2.0.0 hooks: - id: autoflake args: [ @@ -33,7 +33,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black language_version: python3 @@ -45,7 +45,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [flake8-bugbear]