diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60e536c..6346eea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,7 @@ repos: additional_dependencies: - flake8-comprehensions - flake8-assertive + - flake8-print - repo: https://github.com/rtts/djhtml rev: v1.4.13 hooks: diff --git a/requirements/development.txt b/requirements/development.txt index 4fa6ecf..8ba878a 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -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