From 83eeca85d45dfb428dec8df1151baccb8bbc8bb8 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 19 Aug 2022 13:58:36 +0700 Subject: [PATCH] Bump flake8-print to 5.0.0 and add to pre-commit config --- .pre-commit-config.yaml | 1 + requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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