diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a6365c4..09ebc30b 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.5.0 # DO NOT UPDATE: last version to be compatible with Python 3.6 + rev: v5.0.0 # DO NOT UPDATE: last version to be compatible with Python 3.6 hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,7 +20,7 @@ repos: #- id: trailing-whitespace # not ready yet - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 name: flake8 under python3