diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06037bb..49f5ac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: "quarterly" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: debug-statements @@ -12,23 +12,23 @@ repos: - id: check-executables-have-shebangs - id: check-json - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.4.2 hooks: - id: black files: ^ffsettings - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort files: ^ffsettings - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.0 hooks: - id: flake8 files: ^ffsettings additional_dependencies: [Flake8-pyproject] - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.1' + rev: 'v3.16.0' hooks: - id: pyupgrade args: