diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 703b8c7..11b67fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - id: flake8 args: ["--max-line-length=120"] - repo: https://github.com/psf/black - rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/ikamensh/flynt/ - rev: '0.78' + rev: '1.0.1' hooks: - id: flynt args: [ @@ -46,7 +46,7 @@ repos: additional_dependencies: ['tomli'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.2.0' # Use the sha / tag you want to point at + rev: 'v1.11.2' # Use the sha / tag you want to point at hooks: - id: mypy args: [