diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1b9bb4e..bcd7bd90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,20 +4,20 @@ ci: autoupdate_commit_msg: 'chore(pre-commit): pre-commit autoupdate' repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: ['flake8-bugbear==22.9.23']