diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index da5b96b..b74f959 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.3.0 types: [py] hooks: - id: end-of-file-fixer @@ -17,14 +17,14 @@ 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] # Remove output from jupyter notebooks - repo: https://github.com/kynan/nbstripout - rev: 0.5.0 + rev: 0.6.0 hooks: - id: nbstripout