diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ff6c8b..a38b5d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,24 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.12.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/Pierre-Sassoulas/black-disable-checker/ - rev: 1.0.1 + rev: v1.1.3 hooks: - id: black-disable-checker - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: [flake8-typing-imports==1.10.1]