diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc4b7ce..b9b3ea8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,17 +2,17 @@ exclude: "^simpleDS/data" fail_fast: false repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.7.0 hooks: - id: black - - repo: https://gitlab.com/PyCQA/flake8 - rev: '3.9.2' + - repo: https://github.com/PyCQA/flake8 + rev: '6.1.0' hooks: - id: flake8 additional_dependencies: [flake8-docstrings] exclude: ^docs/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files