...and `autoupdate` them

main
Jaap Joris Vens 2021-06-30 00:48:04 +02:00
rodzic eb969cfb8e
commit 5957b91f5b
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,27 +1,27 @@
repos:
- repo: https://github.com/rtts/djhtml
rev: main
rev: v1.4.9
hooks:
- id: djhtml
- repo: https://github.com/myint/autoflake
rev: master
rev: v1.4
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports']
- repo: https://github.com/pycqa/isort
rev: main
rev: 5.9.1
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: master
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: main
rev: 21.6b0
hooks:
- id: black