Bump flake8-print to 5.0.0 and add to pre-commit config

pull/354/head
Sage Abdullah 2022-08-19 13:58:36 +07:00 zatwierdzone przez Karl Hobley
rodzic a28bd2d8d7
commit 83eeca85d4
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -21,6 +21,7 @@ repos:
additional_dependencies:
- flake8-comprehensions
- flake8-assertive
- flake8-print
- repo: https://github.com/rtts/djhtml
rev: v1.4.13
hooks:

Wyświetl plik

@ -4,7 +4,7 @@ flake8>=3.6.0
isort==5.6.4 # leave this pinned - it tends to change rules between patch releases
flake8-blind-except==0.1.1
flake8-comprehensions==3.8.0
flake8-print==2.0.2
flake8-print==5.0.0
flake8-assertive==2.0.0
curlylint==0.13.1
djhtml==1.4.13