diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d207281..df546622 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.1 + rev: 3.8.3 hooks: - id: flake8 pass_filenames: true # this seems to need to be here in addition to setup.cfg exclude: cibuildwheel/resources/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.2.0 hooks: - id: check-yaml - id: check-merge-conflict