diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f30869e..440991a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: ['--maxkb=500'] - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black @@ -30,7 +30,7 @@ repos: exclude: README.md - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort name: isort (python) @@ -71,6 +71,6 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.14.1' # Use the sha / tag you want to point at + rev: 'v1.15.0' # Use the sha / tag you want to point at hooks: - id: mypy