Update pre-commit

This commit is contained in:
Hugo van Kemenade 2023-04-18 06:09:25 -06:00
parent 56fc297371
commit b05b8454f5

View file

@ -9,7 +9,6 @@ repos:
rev: 23.3.0
hooks:
- id: black
args: [--target-version=py37]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
@ -33,12 +32,14 @@ repos:
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa
- id: python-no-log-warn
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-json
- id: check-case-conflict
- id: check-merge-conflict
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer