diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9a069c..45d5e8a 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.1.0 + rev: v4.3.0 types: [py] hooks: - id: end-of-file-fixer @@ -13,15 +13,15 @@ repos: - id: check-yaml - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.6.0 types: [ python ] hooks: - id: black additional_dependencies: ['click==8.0.4'] args: [ --safe ] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.2 hooks: - id: flake8 args: [--config, setup.cfg]