diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da5b96b..692b1f3 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.0.0 + rev: v4.2.0 types: [py] hooks: - id: end-of-file-fixer @@ -17,8 +17,8 @@ repos: # - id: black # args: [ --safe ] - - repo: https://gitlab.com/pycqa/flake8 - rev: 4.0.0 + - repo: https://github.com/PyCQA/flake8 + rev: 4.0.1 hooks: - id: flake8 args: [--config, setup.cfg]