diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 942b820..989286a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^(.*/env/.*|versioneer.py|conda_project/_version.py) # Exclude conda e repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -15,11 +15,11 @@ repos: - id: isort name: isort - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/Lucas-C/pre-commit-hooks