1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Update pre-commit hooks

This commit is contained in:
Mo 2022-09-22 20:56:07 +02:00
parent 249f635772
commit e1f004de7b

View file

@ -10,13 +10,13 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.37.3 rev: v2.38.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.12.4 rev: v1.12.7
hooks: hooks:
- id: typos - id: typos