chore: run pre-commit autoupdate

This commit is contained in:
Henry Schreiner
2020-08-14 15:56:06 -04:00
parent 17c83ad78b
commit 448d6538d7
+2 -2
View File
@@ -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