diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 639bb52..db855aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 types: [py] hooks: - id: end-of-file-fixer @@ -11,14 +11,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.8.0 types: [ python ] hooks: - id: black args: [ --safe ] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 args: [--config, setup.cfg]